eventlet is no more a hard dependency

Change-Id: Ie386dea5cc4b9ff02dc2b638d2d6908c3cdad883
This commit is contained in:
Mehdi Abaakouk 2017-01-04 08:10:38 +01:00
parent 8d2331a3b7
commit 31db9516c2
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -39,3 +39,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