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
|
2018-06-02 21:27:11 -04:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2018-01-16 12:25:57 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2018-03-26 08:00:56 +00:00
|
|
|
requests-mock>=1.2.0 # Apache-2.0
|
2017-11-16 11:04:51 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2016-01-18 22:40:12 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-09-12 21:47:40 +00:00
|
|
|
WebTest>=2.0.27 # MIT
|
2017-11-16 11:04:51 +00:00
|
|
|
tempest>=17.1.0 # Apache-2.0
|
2016-01-13 09:07:36 +05:30
|
|
|
# Bandit security code scanner
|
2019-05-09 19:50:30 -07:00
|
|
|
bandit!=1.6.0,>=1.1.0 # Apache-2.0
|
2016-06-28 21:19:45 +01:00
|
|
|
zake>=0.1.6 # Apache-2.0
|
2017-11-16 09:55:32 +07:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
2018-05-10 10:08:06 +07:00
|
|
|
Pygments>=2.2.0 # BSD license
|