2014-09-13 07:23: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.
|
2020-02-21 06:09:58 +09:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2019-05-09 21:00:54 -04:00
|
|
|
bandit!=1.6.0,>=1.1.0 # Apache-2.0
|
2017-05-17 03:51:56 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-06-13 21:52:14 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-07-02 11:07:42 +00:00
|
|
|
flake8-import-order==0.12 # LGPLv3
|
2017-11-16 11:13:55 +00:00
|
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
|
|
testtools>=2.2.0 # MIT
|
2017-09-13 12:55:07 +00:00
|
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
2016-01-16 03:28:47 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-09-13 12:55:07 +00:00
|
|
|
WebTest>=2.0.27 # MIT
|
2018-01-16 12:37:23 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2018-05-22 09:37:55 -07:00
|
|
|
stestr>=1.0.0 # Apache-2.0
|
2020-05-20 22:04:41 +02:00
|
|
|
reno>=3.1.0 # Apache-2.0
|
2016-01-16 03:28:47 +00:00
|
|
|
ddt>=1.0.1 # MIT
|
2020-07-31 18:00:01 +02:00
|
|
|
astroid==2.3.3 # LGPLv2.1
|
|
|
|
pylint==2.4.4 # GPLv2
|
2020-07-06 13:41:41 +01:00
|
|
|
isort==4.3.21 # MIT
|
2015-11-05 11:47:13 -05:00
|
|
|
# Needed to run DB commands in virtualenvs
|
2016-12-28 09:11:12 +00:00
|
|
|
PyMySQL>=0.7.6 # MIT License
|
2017-09-13 12:55:07 +00:00
|
|
|
bashate>=0.5.1 # Apache-2.0
|