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

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

[dev]

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

[lint]
flake8>=4.0.1

[test]
async_timeout~=4.0.2
pytest~=7.2.2
pytest-asyncio~=0.20.3
pytest-cov
pytest-mock
codecov

[typecheck]
mypy>=0.920
