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

[test]
flake8~=5.0
psutil
pycodestyle~=2.9.0
pyOpenSSL~=23.0.0
mypy>=0.800
Cython<0.30.0,>=0.29.36

[test:python_version < "3.12"]
aiohttp>=3.8.1

[test:python_version >= "3.12"]
aiohttp==3.9.0b0
