
[dev]
Cython<0.30.0,>=0.29.32
pytest>=3.6.0
Sphinx~=4.1.2
sphinxcontrib-asyncio~=0.3.0
sphinx_rtd_theme~=0.5.2
flake8~=3.9.2
psutil
pycodestyle~=2.7.0
pyOpenSSL~=22.0.0
mypy>=0.800

[dev:python_version < "3.11"]
aiohttp

[docs]
Sphinx~=4.1.2
sphinxcontrib-asyncio~=0.3.0
sphinx_rtd_theme~=0.5.2

[test]
flake8~=3.9.2
psutil
pycodestyle~=2.7.0
pyOpenSSL~=22.0.0
mypy>=0.800
Cython<0.30.0,>=0.29.32

[test:python_version < "3.11"]
aiohttp
