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
|
2017-05-19 22:43:23 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-06-03 18:11:51 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-08-22 00:35:19 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2015-08-04 00:52:38 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2017-08-22 00:35:19 +00:00
|
|
|
requests-mock>=1.1.0 # Apache-2.0
|
2017-06-27 12:09:03 +00:00
|
|
|
sphinx>=1.6.2 # BSD
|
2017-09-20 03:32:38 +00:00
|
|
|
sphinxcontrib-httpdomain>=1.3.0 # BSD
|
2016-01-18 22:40:12 +00:00
|
|
|
testtools>=1.4.0 # MIT
|
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-09-12 21:47:40 +00:00
|
|
|
WebTest>=2.0.27 # MIT
|
2017-07-14 23:54:27 +00:00
|
|
|
tempest>=16.1.0 # Apache-2.0
|
2017-08-22 00:35:19 +00:00
|
|
|
reno>=2.5.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
|
2017-09-12 21:47:40 +00:00
|
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
2016-06-28 21:19:45 +01:00
|
|
|
zake>=0.1.6 # Apache-2.0
|
2017-09-13 12:49:25 +00:00
|
|
|
openstackdocstheme>=1.17.0 # Apache-2.0
|