specifying the right eventlet in base

This commit is contained in:
enus.linden
2009-08-29 00:53:10 +00:00
committed by Salad Dais
parent 41fee8a893
commit bfc6b5bb28

View File

@@ -49,7 +49,7 @@ setup(name='pyogp.lib.base',
'indra.base',
'WebOb',
'wsgiref',
'eventlet'
'eventlet==0.8.14'
]
)