Updated from global requirements

Change-Id: I149eeb5c750e011be505ac910888c6ffb937b79e
This commit is contained in:
OpenStack Proposal Bot 2016-01-19 13:46:44 +00:00
parent 47ce93c09f
commit b525627ea2
2 changed files with 11 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# 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.
pbr>=1.6
Django<1.9,>=1.8
pbr>=1.6 # Apache-2.0
Django<1.9,>=1.8 # BSD
oslo.config>=3.2.0 # Apache-2.0
oslo.policy>=0.5.0 # Apache-2.0
python-keystoneclient!=1.8.0,>=1.6.0
keystoneauth1>=2.1.0
six>=1.9.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
keystoneauth1>=2.1.0 # Apache-2.0
six>=1.9.0 # MIT

View File

@ -2,10 +2,10 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
Babel>=1.3
coverage>=3.6
mock>=1.2
mox3>=0.7.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
Babel>=1.3 # BSD
coverage>=3.6 # Apache-2.0
mock>=1.2 # BSD
mox3>=0.7.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
testscenarios>=0.4
testscenarios>=0.4 # Apache-2.0/BSD