click~=8.0.1

[:python_version < "3.8"]
importlib_metadata

[build]
wheel>=0.33.6
twine>=1.14.0

[dev]

[lint]
flake8>=3.9.0

[test]
pytest>=6.2.0
pytest-cov
pytest-mock
codecov

[typecheck]
mypy>=0.901
types-click
