typing-extensions>=4.0.0

[:sys_platform != "win32"]
uvloop>=0.17.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.20.0
black>=22.0.0
isort>=5.10.0
flake8>=4.0.0
mypy>=0.950
coverage>=6.0.0
httpx>=0.23.0
bandit>=1.7.0
safety>=2.0.0

[docs]
mkdocs>=1.4.0
mkdocs-material>=8.0.0
mkdocstrings[python]>=0.19.0

[test]
pytest>=7.0.0
pytest-asyncio>=0.20.0
httpx>=0.23.0
coverage>=6.0.0
