pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0
PyYAML>=6.0.0
psycopg[binary]>=3.2.0
fastapi>=0.115.0
uvicorn>=0.30.0
httpx>=0.27.0
llmrouter-lib

[all]
openai>=1.0.0
anthropic>=0.7.0
google-generativeai>=0.3.0

[anthropic]
anthropic>=0.7.0

[dashboard]
streamlit>=1.37.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
httpx>=0.27.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0

[gemini]
google-generativeai>=0.3.0

[openai]
openai>=1.0.0
