# tox has to be installed first
tox
-r requirements.txt
# testing
pytest
pytest-cov
pyyaml
voluptuous
# metrics
radon
mypy>=0.800,<=0.942
types-requests>=2.26
types-PyYAML
# codestyle
pylint>=2.6.0,<2.12.2
pydocstyle[toml]
black
# cli executables
pyinstaller==5.0
pyinstaller-hooks-contrib
# developement/CI tools
bump2version==1.0.1
pre-commit
openpyxl
cachier
jira
InquirerPy
# examples
flask
requests
