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-11-16 21:52:11 +00:00
|
|
|
coverage>=4.0 # Apache-2.0
|
2016-06-02 21:03:43 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-03-02 23:52:51 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2016-05-30 00:31:57 +00:00
|
|
|
mock>=2.0 # BSD
|
2016-01-16 03:24:59 +00:00
|
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
2017-02-10 05:46:57 +00:00
|
|
|
sphinx>=1.5.1 # BSD
|
2016-09-28 16:51:07 +00:00
|
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
2016-01-16 03:24:59 +00:00
|
|
|
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
|
2016-11-24 22:49:49 +00:00
|
|
|
virtualenv>=13.1.0 # MIT
|