Updated from global requirements
Change-Id: I674e086307ef8785244a14fd4e83ffaedc927eb9
This commit is contained in:
parent
6bbb3bc09d
commit
4226badc83
@ -4,20 +4,20 @@
|
||||
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
|
||||
futurist!=0.15.0,>=0.11.0 # Apache-2.0
|
||||
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
|
||||
futurist>=1.2.0 # Apache-2.0
|
||||
oslo.config>=4.6.0 # Apache-2.0
|
||||
oslo.log>=3.30.0 # Apache-2.0
|
||||
oslo.utils>=3.20.0 # Apache-2.0
|
||||
oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
|
||||
oslo.service>=1.10.0 # Apache-2.0
|
||||
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
|
||||
oslo.utils>=3.28.0 # Apache-2.0
|
||||
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
||||
oslo.service>=1.24.0 # Apache-2.0
|
||||
oslo.i18n>=3.15.3 # Apache-2.0
|
||||
stevedore>=1.20.0 # Apache-2.0
|
||||
debtcollector>=1.2.0 # Apache-2.0
|
||||
monotonic>=0.6 # Apache-2.0
|
||||
|
||||
# for jsonutils
|
||||
six>=1.9.0 # MIT
|
||||
cachetools>=1.1.0 # MIT License
|
||||
cachetools>=2.0.0 # MIT License
|
||||
|
||||
WebOb>=1.7.1 # MIT
|
||||
|
||||
@ -26,7 +26,7 @@ PyYAML>=3.10 # MIT
|
||||
|
||||
# rabbit driver is the default
|
||||
# we set the amqp version to ensure heartbeat works
|
||||
amqp!=2.1.4,>=2.1.0 # BSD
|
||||
amqp!=2.1.4,>=2.1.1 # BSD
|
||||
kombu!=4.0.2,>=4.0.0 # BSD
|
||||
pika>=0.10.0 # BSD
|
||||
pika-pool>=0.1.3 # BSD
|
||||
@ -36,4 +36,4 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
|
||||
tenacity>=3.2.1 # Apache-2.0
|
||||
|
||||
# middleware
|
||||
oslo.middleware>=3.27.0 # Apache-2.0
|
||||
oslo.middleware>=3.30.0 # Apache-2.0
|
||||
|
@ -34,10 +34,10 @@ reno>=2.5.0 # Apache-2.0
|
||||
|
||||
# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
|
||||
# development libraries.
|
||||
pyngus>=2.0.2 # Apache-2.0
|
||||
pyngus>=2.2.0 # Apache-2.0
|
||||
|
||||
# Bandit security code scanner
|
||||
bandit>=1.1.0 # Apache-2.0
|
||||
|
||||
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
|
||||
greenlet>=0.3.2 # MIT
|
||||
greenlet>=0.4.10 # MIT
|
||||
|
Loading…
Reference in New Issue
Block a user