Updated from global requirements
Change-Id: I149eeb5c750e011be505ac910888c6ffb937b79e
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# The order of packages is significant, because pip processes them in the order
|
# 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
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
pbr>=1.6
|
pbr>=1.6 # Apache-2.0
|
||||||
Django<1.9,>=1.8
|
Django<1.9,>=1.8 # BSD
|
||||||
oslo.config>=3.2.0 # Apache-2.0
|
oslo.config>=3.2.0 # Apache-2.0
|
||||||
oslo.policy>=0.5.0 # Apache-2.0
|
oslo.policy>=0.5.0 # Apache-2.0
|
||||||
python-keystoneclient!=1.8.0,>=1.6.0
|
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
|
||||||
keystoneauth1>=2.1.0
|
keystoneauth1>=2.1.0 # Apache-2.0
|
||||||
six>=1.9.0
|
six>=1.9.0 # MIT
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
Babel>=1.3
|
Babel>=1.3 # BSD
|
||||||
coverage>=3.6
|
coverage>=3.6 # Apache-2.0
|
||||||
mock>=1.2
|
mock>=1.2 # BSD
|
||||||
mox3>=0.7.0
|
mox3>=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
|
||||||
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
|
|||||||
Reference in New Issue
Block a user