
[dev]
Cython==0.29.13
pytest>=3.6.0
Sphinx~=2.0.0
sphinxcontrib-asyncio~=0.2.0
sphinx_rtd_theme~=0.4.3
flake8~=3.5.0

[dev:platform_system != "Windows"]
uvloop>=0.12.0rc1

[docs]
Sphinx~=2.0.0
sphinxcontrib-asyncio~=0.2.0
sphinx_rtd_theme~=0.4.3

[test]
flake8~=3.5.0

[test:platform_system != "Windows"]
uvloop>=0.12.0rc1
