
[:python_version < "3.8"]
typing-extensions>=3.7.4.3

[dev]
Cython<0.30.0,>=0.29.20
pytest>=3.6.0
Sphinx>=1.7.3
sphinxcontrib-asyncio>=0.2.0
sphinx_rtd_theme>=0.2.4
pycodestyle>=2.5.0
flake8>=3.7.9

[dev:platform_system != "Windows"]
uvloop>=0.14.0

[docs]
Sphinx>=1.7.3
sphinxcontrib-asyncio>=0.2.0
sphinx_rtd_theme>=0.2.4

[test]
pycodestyle>=2.5.0
flake8>=3.7.9

[test:platform_system != "Windows"]
uvloop>=0.14.0
