Updated from global requirements

Change-Id: I3340dc493b1f1e4eb0f872478750842d1074c6a7
This commit is contained in:
OpenStack Proposal Bot 2014-09-19 08:52:47 +00:00
parent c3a2bd6f9e
commit 88526baf7b
2 changed files with 10 additions and 4 deletions

View File

@ -1,7 +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>=0.6,!=0.7,<1.0
Babel>=1.3
cliff>=1.6.0
oslo.i18n>=0.3.0
cliff>=1.7.0 # Apache-2.0
oslo.i18n>=1.0.0 # Apache-2.0
python-keystoneclient>=0.10.0
requests>=1.2.1
requests>=1.2.1,!=2.4.0
six>=1.7.0

View File

@ -1,3 +1,6 @@
# 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.
hacking>=0.9.2,<0.10
coverage>=3.6
@ -5,7 +8,7 @@ discover
fixtures>=0.3.14
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,<1.3
oslosphinx>=2.2.0.0a2
oslosphinx>=2.2.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34