2014-09-03 18:24:23 +00: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 12:36:15 +00:00
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
2022-06-16 07:31:18 +00:00
|
|
|
hacking>=4.1.0,<4.2.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
|
2018-06-03 01:27:11 +00: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
|
2020-12-12 19:52:37 +00:00
|
|
|
tempest>=21.0.0 # Apache-2.0
|
2016-01-13 03:37:36 +00:00
|
|
|
# Bandit security code scanner
|
2019-05-14 21:12:26 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2016-06-28 20:19:45 +00:00
|
|
|
zake>=0.1.6 # Apache-2.0
|
2017-11-16 02:55:32 +00:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
2018-05-10 03:08:06 +00:00
|
|
|
Pygments>=2.2.0 # BSD license
|
2019-09-25 05:45:28 +00:00
|
|
|
pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License
|