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
|
2017-03-08 23:22:13 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2016-10-27 12:12:53 +00:00
|
|
|
coverage>=4.0 # 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
|
2016-09-28 17:24:33 +00:00
|
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
2016-01-18 22:40:12 +00:00
|
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
2016-09-28 17:24:33 +00:00
|
|
|
requests-mock>=1.1 # Apache-2.0
|
2017-02-11 17:41:13 +00:00
|
|
|
sphinx>=1.5.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
|
2017-02-11 17:41:13 +00:00
|
|
|
tempest>=14.0.0 # Apache-2.0
|
2016-11-02 15:30:55 +00:00
|
|
|
reno>=1.8.0 # Apache-2.0
|
2016-01-13 09:07:36 +05:30
|
|
|
# Bandit security code scanner
|
2016-08-18 09:50:09 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2016-09-15 20:18:24 +00:00
|
|
|
os-api-ref>=1.0.0 # Apache-2.0
|
2016-06-28 21:19:45 +01:00
|
|
|
zake>=0.1.6 # Apache-2.0
|
2017-02-15 01:25:31 +00:00
|
|
|
openstackdocstheme>=1.5.0 # Apache-2.0
|