2015-05-29 16:44:00 +00:00
|
|
|
# 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.
|
2016-01-16 03:24:59 +00:00
|
|
|
coverage>=3.6 # Apache-2.0
|
|
|
|
discover # BSD
|
2016-04-08 00:25:10 +00:00
|
|
|
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
|
2015-06-22 08:19:08 +00:00
|
|
|
hacking<0.11,>=0.10.0
|
2016-01-16 03:24:59 +00:00
|
|
|
mock>=1.2 # BSD
|
|
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
|
|
|
six>=1.9.0 # MIT
|
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testresources>=0.2.4 # Apache-2.0/BSD
|
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
|
|
testtools>=1.4.0 # MIT
|
|
|
|
virtualenv # MIT
|