Updated from global requirements
Change-Id: I249a44718c21574abf438cf1f9eadf030f7d6c29
This commit is contained in:
parent
9fb2cb46c2
commit
850dc1d9e9
@ -2,7 +2,7 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr>=2.0.0 # Apache-2.0
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
|
||||
# The greenlet package must be compiled with gcc and needs
|
||||
# the Python.h headers. Make sure you install the python-dev
|
||||
@ -13,7 +13,7 @@ eventlet!=0.18.3,>=0.18.2 # MIT
|
||||
PasteDeploy>=1.5.0 # MIT
|
||||
Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
|
||||
Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
|
||||
WebOb>=1.6.0 # MIT
|
||||
WebOb>=1.7.1 # MIT
|
||||
oslo.config>=3.22.0 # Apache-2.0
|
||||
oslo.concurrency>=3.8.0 # Apache-2.0
|
||||
oslo.context>=2.12.0 # Apache-2.0
|
||||
|
@ -6,7 +6,7 @@
|
||||
hacking<0.11,>=0.10.0
|
||||
|
||||
# For translations processing
|
||||
Babel>=2.3.4 # BSD
|
||||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
|
||||
# Needed for testing
|
||||
coverage>=4.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user