changed version of eventlet in install requires to match python-eventlet

This commit is contained in:
Clay Gerrard 2010-07-19 12:31:54 -05:00
parent f612620699
commit 4d664af46c

View File

@ -36,7 +36,7 @@ setup(
'Environment :: No Input/Output (Daemon)',
],
install_requires=[
'eventlet>=0.9.9',
'eventlet>=0.9.1',
'simplejson>=2.0.9', # included for speed
'WebOb>=0.9.8',
'xattr>=0.4',