Updated from global requirements

Change-Id: I540d50b9472783dc88278eb98a4ee0d1cc774f7d
This commit is contained in:
OpenStack Proposal Bot 2016-12-07 13:29:44 +00:00
parent 24ba8fc0c8
commit 1a68c5fc9e
2 changed files with 8 additions and 8 deletions

View File

@ -4,14 +4,14 @@
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
pyasn1 # BSD
pyasn1-modules # BSD
WebOb>=1.2.3 # MIT
WebOb>=1.6.0 # MIT
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
Paste # MIT
netaddr!=0.7.16,>=0.7.13 # BSD
ldap3>=0.9.8.2 # LGPLv3
requests>=2.10.0 # Apache-2.0
stevedore>=1.16.0 # Apache-2.0
ldap3>=1.0.2 # LGPLv3
requests!=2.12.2,>=2.10.0 # Apache-2.0
stevedore>=1.17.1 # Apache-2.0
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
oslo.config>=3.14.0 # Apache-2.0
oslo.messaging>=5.2.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.messaging>=5.14.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
coverage>=3.6 # Apache-2.0
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
hacking<0.10,>=0.9.2
mock>=2.0 # BSD