
[dev]
Cython==0.29.14
pytest>=3.6.0
sphinx~=2.3.1
sphinxcontrib-asyncio~=0.2.0
sphinx_rtd_theme~=0.4.3
pycodestyle~=2.5.0
flake8~=3.7.9

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

[docs]
sphinx~=2.3.1
sphinxcontrib-asyncio~=0.2.0
sphinx_rtd_theme~=0.4.3

[test]
pycodestyle~=2.5.0
flake8~=3.7.9

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