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

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

[ci]

[dev]
pytest-sugar

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

[test]
pytest~=5.2.4
pytest-asyncio~=0.10.0
pytest-cov
pytest-mock
codecov
mypy>=0.740
flake8>=3.7.9
