2014-09-03 19:24:23 +01: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.
|
|
|
|
|
2014-01-16 13:36:15 +01:00
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
2015-06-22 08:20:15 +00:00
|
|
|
hacking<0.10,>=0.9.2
|
2016-01-18 22:40:12 +00:00
|
|
|
coverage>=3.6 # Apache-2.0
|
2016-06-03 18:11:51 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2016-05-26 16:57:01 +00:00
|
|
|
mock>=2.0 # BSD
|
2015-08-04 00:52:38 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2015-11-24 14:40:30 +00:00
|
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
2016-01-18 22:40:12 +00:00
|
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
2016-06-25 20:19:55 +00:00
|
|
|
requests-mock>=1.0 # Apache-2.0
|
|
|
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
2016-01-18 22:40:12 +00:00
|
|
|
sphinxcontrib-httpdomain # BSD
|
|
|
|
testtools>=1.4.0 # MIT
|
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
|
|
WebTest>=2.0 # MIT
|
2016-02-08 02:38:19 +00:00
|
|
|
tempest-lib>=0.14.0 # Apache-2.0
|
2016-06-25 20:19:55 +00:00
|
|
|
reno>=1.8.0 # Apache2
|
2016-01-13 09:07:36 +05:30
|
|
|
# Bandit security code scanner
|
2016-04-28 16:10:50 +00:00
|
|
|
bandit>=1.0.1 # Apache-2.0
|
2016-05-18 13:50:56 +00:00
|
|
|
os-api-ref>=0.1.0 # Apache-2.0
|
2016-01-13 09:07:36 +05:30
|
|
|
|