Merge "eventlet is no more a hard dependency"

This commit is contained in:
Jenkins 2017-01-06 00:38:50 +00:00 committed by Gerrit Code Review
commit a4c28cc577
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

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