Updated from global requirements

Change-Id: Ie026a6037e02c0ddfb5c4ccb7dbf183b030d626c
This commit is contained in:
OpenStack Proposal Bot 2014-11-18 11:31:12 +00:00
parent 7bf485ea87
commit e91faa2b1d
2 changed files with 13 additions and 7 deletions

View File

@ -1,13 +1,16 @@
requests>=1.1 # The order of packages is significant, because pip processes them in the order
stevedore>=0.14 # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
requests>=2.2.0,!=2.4.0
stevedore>=1.1.0 # Apache-2.0
ordereddict ordereddict
pecan>=0.5.0 pecan>=0.8.0
WSME>=0.6 WSME>=0.6
six>=1.7.0 six>=1.7.0
eventlet>=0.13.0 eventlet>=0.15.2
oslo.config>=1.4.0.0a3 oslo.config>=1.4.0 # Apache-2.0
Babel>=1.3 Babel>=1.3
iso8601>=0.1.9 iso8601>=0.1.9
oslotest oslotest>=1.2.0 # Apache-2.0
psutil>=1.1.1,<2.0.0 psutil>=1.1.1,<2.0.0
netifaces>=0.10.4 netifaces>=0.10.4

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.
hacking>=0.8.0,<0.9 hacking>=0.8.0,<0.9
coverage>=3.6 coverage>=3.6
discover discover
mock>=1.0 mock>=1.0
testrepository>=0.0.18 testrepository>=0.0.18
testtools>=0.9.34 testtools>=0.9.36,!=1.2.0,!=1.4.0
python-subunit>=0.0.18 python-subunit>=0.0.18