Temporarily add eventlet to requirements

We absolutely do not want this to be a requirement, but for the moment
the rabbit and qpid drivers import eventlet and avoid using it at
runtime. This should be cleaned up shortly and we can remove the dep
again.

Change-Id: Iaef75964a502598a94d95aa77f0e44d1f7faba50
This commit is contained in:
Mark McLoughlin 2013-07-27 15:47:57 +01:00
parent 4043506a23
commit 576ce35e14

View File

@ -6,3 +6,7 @@ iso8601
# for jsonutils
six
# FIXME(markmc): remove this when the drivers no longer
# import eventlet
eventlet>=0.12.0