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

[build]
setuptools>=45.0.0
wheel>=0.34.2
twine>=3.1.0
towncrier~=19.2.0

[dev]

[docs]
sphinx
sphinx-autodoc-typehints
guzzle-sphinx-theme

[lint]
flake8>=3.8.4

[test]
pytest~=6.1.1
pytest-asyncio~=0.14.0
pytest-cov
pytest-mock
codecov

[typecheck]
mypy>=0.790
