
[:platform_system == "Windows"]
certifi>=2021.5.30

[ai]
httpx~=0.27.0
httpx-sse~=0.4.0

[dev]
Cython<0.30.0,>=0.29.24
pytest>=3.6.0
sphinx~=4.2.0
sphinxcontrib-asyncio~=0.3.0
sphinx_rtd_theme~=1.0.0
pycodestyle~=2.11.1
pyflakes~=3.2.0
flake8-bugbear~=24.4.26
flake8~=7.0.0

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

[docs]
sphinx~=4.2.0
sphinxcontrib-asyncio~=0.3.0
sphinx_rtd_theme~=1.0.0

[test]
pycodestyle~=2.11.1
pyflakes~=3.2.0
flake8-bugbear~=24.4.26
flake8~=7.0.0

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