
[:python_version < "3.8"]
typing-extensions~=3.7

[build]
setuptools>=51.2.0
wheel>=0.37.0
twine>=3.7.1
towncrier~=21.3

[dev]

[docs]
sphinx~=4.3
sphinx-rtd-theme~=1.0

[lint]
flake8>=4.0.1

[test]
pytest~=6.2.5
pytest-asyncio~=0.16.0
pytest-cov
pytest-mock
codecov

[typecheck]
mypy>=0.920
