Merge "eventlet is no more a hard dependency"
This commit is contained in:
commit
a4c28cc577
@ -20,11 +20,6 @@ monotonic>=0.6 # Apache-2.0
|
|||||||
six>=1.9.0 # MIT
|
six>=1.9.0 # MIT
|
||||||
cachetools>=1.1.0 # MIT License
|
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
|
WebOb>=1.6.0 # MIT
|
||||||
|
|
||||||
# for the routing notifier
|
# for the routing notifier
|
||||||
|
@ -44,3 +44,6 @@ pyngus>=2.0.2 # Apache-2.0
|
|||||||
|
|
||||||
# Bandit security code scanner
|
# Bandit security code scanner
|
||||||
bandit>=1.1.0 # Apache-2.0
|
bandit>=1.1.0 # Apache-2.0
|
||||||
|
|
||||||
|
eventlet!=0.18.3,>=0.18.2 # MIT
|
||||||
|
greenlet>=0.3.2 # MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user