Merge commit 'a743ad9496701894406c0d7ded6a44fcecd4219e' as 'deps/QDark'
This commit is contained in:
41
deps/QDark/req-test.txt
vendored
Normal file
41
deps/QDark/req-test.txt
vendored
Normal 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
|
Reference in New Issue
Block a user