diff --git a/requirements.txt b/requirements.txt index 7884b128a..7ef1b538c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,11 +20,6 @@ monotonic>=0.6 # Apache-2.0 six>=1.9.0 # MIT cachetools>=1.1.0 # MIT License -# FIXME(markmc): remove this when the drivers no longer import eventlet - -eventlet!=0.18.3,>=0.18.2 # MIT -greenlet>=0.3.2 # MIT - WebOb>=1.6.0 # MIT # for the routing notifier diff --git a/test-requirements.txt b/test-requirements.txt index e96097fe3..d03cceb6e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -44,3 +44,6 @@ pyngus>=2.0.2 # Apache-2.0 # Bandit security code scanner bandit>=1.1.0 # Apache-2.0 + +eventlet!=0.18.3,>=0.18.2 # MIT +greenlet>=0.3.2 # MIT