3305c78aa2
More info: http://lists.openstack.org/pipermail/openstack-dev/2015-July/069156.html Closes-Bug: #1473383 Change-Id: Ic2f3addb757fc748d565a49a24938306cd9f04b2
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
# 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.
|
|
Babel>=1.3
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=1.3.1
|
|
hacking<0.11,>=0.10.0
|
|
httpretty<0.8.7,>=0.8.4
|
|
mock==1.0.1;python_version=='2.6'
|
|
mock>=1.1;python_version!='2.6'
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
testrepository>=0.0.18
|
|
testtools>=1.4.0
|