You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
491 B
13 lines
491 B
# The order of packages is significant, because pip processes them in the order |
|
# of appearance. |
|
# always put 'hacking' first. it pulls in flake8, etc.. |
|
hacking>=1.1.0,<=2.0.0 # Apache-2.0 |
|
astroid<2.0;python_version<"3.0" # GPLv2 |
|
astroid<= 2.2.5;python_version>="3.0" # GPLv2 |
|
mock>=2.0.0 # BSD |
|
bandit>=1.1.0,<1.6.3 # Apache-2.0 |
|
bashate >= 0.2 |
|
pylint<2.1.0;python_version<"3.0" # GPLv2 |
|
pylint<2.4.0;python_version>="3.0" # GPLv2 |
|
PyYAML >= 3.1.0 |
|
yamllint<1.26.1;python_version>="3.0" # GPLv2
|
|
|