# tox has to installed first
tox
-r requirements.txt
# testing
pyyaml
pytest
pytest-cov
voluptuous
jsonschema
# metrics
radon
mypy
pylint==2.4.4
pydocstyle
# cli executables
pyinstaller
