typer==0.4.0
pyyaml==6.0

[formatting]
black==21.12b0

[linting]
flake8>=3.9
flake8-bugbear
flake8-docstrings>=1.3.1
flake8-typing-imports>=1.1
pep8-naming

[testing]
pytest>=6.0
pytest-cov>=2.0

[type-checking]
mypy>=0.910
types-PyYAML
