Updated from global requirements

Change-Id: I4328898bdd1d2c82360d3ce9d0e3778a429b244f
This commit is contained in:
OpenStack Proposal Bot 2016-02-10 21:51:48 +00:00
parent 225a15cd37
commit ba8ca77a9c
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ alembic>=0.8.0 # MIT
Babel>=1.3 # BSD Babel>=1.3 # BSD
cffi # MIT cffi # MIT
cryptography>=1.0 # BSD/Apache-2.0 cryptography>=1.0 # BSD/Apache-2.0
eventlet!=0.18.0,>=0.17.4 # MIT eventlet>=0.18.2 # MIT
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
oslo.concurrency>=2.3.0 # Apache-2.0 oslo.concurrency>=2.3.0 # Apache-2.0
oslo.config>=3.4.0 # Apache-2.0 oslo.config>=3.4.0 # Apache-2.0
@ -22,7 +22,7 @@ Paste # MIT
PasteDeploy>=1.5.0 # MIT PasteDeploy>=1.5.0 # MIT
pbr>=1.6 # Apache-2.0 pbr>=1.6 # Apache-2.0
pecan>=1.0.0 # BSD pecan>=1.0.0 # BSD
pycadf>=1.1.0,!=2.0.0 # Apache-2.0 pycadf!=2.0.0,>=1.1.0 # Apache-2.0
pycrypto>=2.6 # Public Domain pycrypto>=2.6 # Public Domain
pyOpenSSL>=0.14 # Apache-2.0 pyOpenSSL>=0.14 # Apache-2.0
ldap3>=0.9.8.2 # LGPLv3 ldap3>=0.9.8.2 # LGPLv3

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
coverage>=3.6 # Apache-2.0 coverage>=3.6 # Apache-2.0
hacking<0.11,>=0.10.0 hacking<0.11,>=0.10.0
mock>=1.2 # BSD mock>=1.2;python_version<'3.3' # BSD
oslotest>=1.10.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0
pykmip>=0.4.0 # Apache 2.0 License pykmip>=0.4.0 # Apache 2.0 License
testrepository>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD
@ -11,7 +11,7 @@ testtools>=1.4.0 # MIT
fixtures>=1.3.1 # Apache-2.0/BSD fixtures>=1.3.1 # Apache-2.0/BSD
requests!=2.9.0,>=2.8.1 # Apache-2.0 requests!=2.9.0,>=2.8.1 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
tempest-lib>=0.13.0 # Apache-2.0 tempest-lib>=0.14.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD python-subunit>=0.0.18 # Apache-2.0/BSD
# Bandit build requirements # Bandit build requirements