Require greenlet 0.3.2 (or later)

Version 0.3.2 resolves a bug that allowed generic "except Exception:"
clauses to catch GreenletExit exceptions.

bug 1097203

Change-Id: Iecf36df36e5eefa45c70fae69c966bcd1f723c8f
Signed-off-by: Zane Bitter <zbitter@redhat.com>
This commit is contained in:
Zane Bitter 2013-01-18 14:52:33 +01:00
parent 39206ac47a
commit cc7acd7df8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
PasteDeploy==1.5.0
WebOb==1.2.3
eventlet
greenlet>=0.3.1
greenlet>=0.3.2
lxml
routes==1.12.3
iso8601>=0.1.4