﻿# AIOptimize - Production Requirements
# Install: pip install -r requirements.txt

# Core dependencies (required for all users)
requests>=2.31.0
python-dotenv>=1.0.0
fastapi>=0.104.1
uvicorn[standard]>=0.24.0
sqlalchemy>=2.0.23
psycopg2-binary>=2.9.9
pydantic>=2.5.0

# Optional: AI provider SDKs (only needed if using those providers)
# Uncomment the ones you use:
# openai>=1.12.0
# anthropic>=0.20.0
 groq>=0.4.0
# google-genai>=0.5.0
# mistralai>=1.0.0
# cohere>=5.0.0