ruamel.yaml>=0.16
yamale>=2.0
werkzeug>=1.0
mako>=1.1
setuptools>=40.0
argcomplete>=1.11

[:python_version < "3.8"]
typing-extensions>=3.7.4

[colors]
termcolor>=1.1

[development]
tox>=3.14
isort>=4.3
autopep8>=1.5

[testing]
flake8>=3.7
flake8-isort>=2.8
flake8-pep3101>=1.3
pep8-naming>=0.9
mypy>=0.761
coverage>=5.0
pytest>=5.3
ddt>=1.2

[testing:python_version < "3.6"]
flake8-bugbear>=19.8

[testing:python_version >= "3.6"]
flake8-annotations>=2.0
flake8-bugbear>=20.1
