
[anthropic]
anthropic>=0.25

[dev]
pytest
pytest-asyncio
pytest-cov
ruff
mypy

[langfuse]
langfuse>=3.0

[openai]
openai>=1.0

[server]
fastapi>=0.100.0
uvicorn>=0.23.0
pydantic>=2.0.0
httpx[http2]>=0.24.0

[server:platform_system != "Windows"]
uvloop>=0.17.0
