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

[build]
setuptools>=45.0.0
wheel>=0.33.6
twine>=2.0.0

[dev]
pytest-sugar

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

[lint]
flake8>=3.7.9

[test]
pytest~=5.3.3
pytest-asyncio~=0.10.0
pytest-cov
pytest-mock
codecov

[typecheck]
mypy>=0.760
