Updated from global requirements
Change-Id: Ie026a6037e02c0ddfb5c4ccb7dbf183b030d626c
This commit is contained in:
parent
7bf485ea87
commit
e91faa2b1d
@ -1,13 +1,16 @@
|
||||
requests>=1.1
|
||||
stevedore>=0.14
|
||||
# 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.
|
||||
requests>=2.2.0,!=2.4.0
|
||||
stevedore>=1.1.0 # Apache-2.0
|
||||
ordereddict
|
||||
pecan>=0.5.0
|
||||
pecan>=0.8.0
|
||||
WSME>=0.6
|
||||
six>=1.7.0
|
||||
eventlet>=0.13.0
|
||||
oslo.config>=1.4.0.0a3
|
||||
eventlet>=0.15.2
|
||||
oslo.config>=1.4.0 # Apache-2.0
|
||||
Babel>=1.3
|
||||
iso8601>=0.1.9
|
||||
oslotest
|
||||
oslotest>=1.2.0 # Apache-2.0
|
||||
psutil>=1.1.1,<2.0.0
|
||||
netifaces>=0.10.4
|
||||
|
@ -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
|
||||
coverage>=3.6
|
||||
discover
|
||||
mock>=1.0
|
||||
testrepository>=0.0.18
|
||||
testtools>=0.9.34
|
||||
testtools>=0.9.36,!=1.2.0,!=1.4.0
|
||||
python-subunit>=0.0.18
|
||||
|
Loading…
x
Reference in New Issue
Block a user