# Educational Content Evaluator (inceptbench_new) - Dependencies
# Install with: pip install -r requirements.txt

# ============================================================
# Core dependencies
# ============================================================
pydantic>=2.0.0
python-dotenv>=1.0.0
requests>=2.31.0
httpx>=0.25.0

# ============================================================
# LLM API clients
# ============================================================
openai>=1.0.0
anthropic>=0.25.0
google-genai>=0.5.0

# ============================================================
# Data processing & Scientific computing
# ============================================================
numpy>=1.24.0
scipy>=1.11.0
tqdm>=4.66.0

# ============================================================
# Web API
# ============================================================
fastapi>=0.100.0
uvicorn>=0.23.0
gunicorn>=21.0.0

# ============================================================
# Note: asyncio is part of the Python standard library (3.11+)
# ============================================================
