# Development / all-in-one install
# For production use pyproject.toml extras instead:
#   pip install safetyrouter[openai,anthropic,google,groq,serve]

ollama>=0.4.0
pydantic>=2.0.0
python-dotenv>=1.0.0
click>=8.0.0

# LLM providers
openai>=1.0.0
anthropic>=0.39.0
google-generativeai>=0.8.0
groq>=0.11.0

# Server
fastapi>=0.110.0
uvicorn[standard]>=0.29.0

# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0
