2020-04-17 17:30:28 +02:00
|
|
|
# linting
|
2020-08-19 09:19:33 +02:00
|
|
|
ansible-lint>=4.2.0,!=4.3.0 # MIT
|
2016-08-18 09:51:46 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2017-09-12 14:02:52 +00:00
|
|
|
bashate>=0.5.1 # Apache-2.0
|
2017-09-26 03:06:52 +00:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
2020-05-12 18:34:48 -05:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2019-11-18 14:04:40 +00:00
|
|
|
yamllint>=1.22.0 #GPL3
|
2020-04-17 17:30:28 +02:00
|
|
|
|
|
|
|
# coverage testing
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
|
|
|
|
|
|
# unit testing
|
|
|
|
docker>=2.4.2 # Apache-2.0
|
2018-01-16 04:10:19 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2018-07-10 17:44:27 +07:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2021-02-18 12:16:48 +01:00
|
|
|
ansible>=2.9.0,<3.0 # GPLv3
|