From 576ce35e14cd1dfc3f1c8b17422c2253e0cf6c78 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Sat, 27 Jul 2013 15:47:57 +0100 Subject: [PATCH] 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 --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 528e565fa..38a138ef1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,7 @@ iso8601 # for jsonutils six + +# FIXME(markmc): remove this when the drivers no longer +# import eventlet +eventlet>=0.12.0