fastapi>=0.115.0
uvicorn[standard]>=0.30.6
groq>=0.5.0
httpx>=0.27.0
python-dotenv>=1.0.0

[all]
asyncpg>=0.29.0
anthropic>=0.24.3
openai>=1.0.0

[anthropic]
anthropic>=0.24.3

[dev]
pytest>=7.0.0
pytest-asyncio>=0.23.0
httpx>=0.27.0

[openai]
openai>=1.0.0

[postgres]
asyncpg>=0.29.0
