Updated from global requirements

Change-Id: Iac0606e545fdacb18e4d5ad3a8a0e9f4871723be
This commit is contained in:
OpenStack Proposal Bot 2016-01-22 04:04:29 +00:00
parent 63f0fc3e61
commit b691b6298e
2 changed files with 19 additions and 19 deletions

View File

@ -2,16 +2,16 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
Babel>=1.3
keystoneauth1>=2.1.0
Babel>=1.3 # BSD
keystoneauth1>=2.1.0 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
pbr>=1.6
pycadf!=2.0.0,>=1.1.0
python-keystoneclient!=1.8.0,>=1.6.0
requests!=2.9.0,>=2.8.1
six>=1.9.0
WebOb>=1.2.3
oslo.utils>=3.4.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
requests!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT
WebOb>=1.2.3 # MIT

View File

@ -4,22 +4,22 @@
hacking<0.11,>=0.10.0
coverage>=3.6
fixtures>=1.3.1
mock>=1.2
pycrypto>=2.6
coverage>=3.6 # Apache-2.0
fixtures>=1.3.1 # Apache-2.0/BSD
mock>=1.2 # BSD
pycrypto>=2.6 # Public Domain
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0
reno>=0.1.1 # Apache2
requests-mock>=0.7.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
stevedore>=1.5.0 # Apache-2.0
testrepository>=0.0.18
testresources>=0.2.4
testtools>=1.4.0
python-memcached>=1.56
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
python-memcached>=1.56 # PSF
# Bandit security code scanner
bandit>=0.13.2
bandit>=0.13.2 # Apache-2.0