# Educational Content Evaluator - Python Dependencies

# Core dependencies
pydantic>=2.0.0
python-dotenv>=1.0.0

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

# Utilities
requests>=2.31.0
scipy>=1.11.0

# For async support (usually included with Python 3.11+)
# asyncio is part of standard library

