Squashed 'deps/QDark/' content from commit 6aef1de

git-subtree-dir: deps/QDark
git-subtree-split: 6aef1de7e97227899c478a5634d136d80991123e
This commit is contained in:
2020-09-05 19:26:53 -05:00
commit a743ad9496
374 changed files with 41320 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# See tox.ini file to know how to use them via command line
# Main packages to make sure they are there
setuptools
pip
wheel
virtualenv
pipdeptree
# Testers
tox
pytest
pytest-qt
# Coverage
coverage
pytest-cov
# Code, bug checker
# mypy - not for now
pyflakes
pycycle
# Code style checker
pylint
pycodestyle
# Doc style checker
pydocstyle
doc8
# Wrappers for some previous tools
pylama
pylama_pylint
# Safety checks
safety
bandit
# Code metrics
radon