[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
httpx = ">=0.25.0"
aiofiles = ">=23.0.0"
pytest = ">=7.0.0"
pytest-asyncio = ">=0.21.0"
pytest-cov = ">=4.0.0"
uvloop = ">=0.17.0"
mcp = ">=1.0.0"

[dev-packages]
pytest = ">=7.0.0"
pytest-asyncio = ">=0.21.0"
pytest-cov = ">=4.0.0"
uvloop = {version = ">=0.17.0", markers = "sys_platform != 'win32'"}

[requires]
python_version = "3.10"
