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
|
2013-06-24 22:53:26 +01:00
|
|
|
coverage>=3.6
|
2015-07-01 18:05:10 +00:00
|
|
|
fixtures>=1.3.1
|
2015-07-22 04:54:53 +00:00
|
|
|
mock>=1.2
|
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
|
2014-02-07 03:12:39 -08:00
|
|
|
python-subunit>=0.0.18
|
2015-12-02 20:26:30 +00:00
|
|
|
requests-mock>=0.7.0 # Apache-2.0
|
2015-06-22 08:20:15 +00:00
|
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
2014-03-04 21:33:29 +00:00
|
|
|
sphinxcontrib-httpdomain
|
2015-06-22 08:20:15 +00:00
|
|
|
testtools>=1.4.0
|
2014-03-10 13:56:22 +00:00
|
|
|
testrepository>=0.0.18
|
2013-12-02 01:25:49 +01:00
|
|
|
testscenarios>=0.4
|
2013-10-30 13:34:17 +00:00
|
|
|
WebTest>=2.0
|
2016-01-12 05:00:47 +00:00
|
|
|
tempest-lib>=0.13.0
|
2015-11-27 22:36:53 +00:00
|
|
|
reno>=0.1.1 # Apache2
|
2016-01-13 09:07:36 +05:30
|
|
|
# Bandit security code scanner
|
|
|
|
bandit>=0.13.2
|
|
|
|
|