# Core dependencies
fastapi>=0.104.0
httpx>=0.25.0
pydantic>=2.4.2
click>=8.1.0
aiohttp>=3.8.0

# AI Platform SDKs
google-generativeai>=0.3.0
anthropic>=0.5.0
openai>=1.3.0

# Authentication and Security
python-jose[cryptography]>=3.3.0

# Caching
diskcache>=5.6.3

# Development dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
isort>=5.12.0
mypy>=1.0.0
flake8>=6.0.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0

# Async support
asyncio>=3.4.3

# Type checking
types-requests>=2.31.0

# Optional dependencies
uvicorn>=0.15.0  # For running FastAPI applications
python-multipart>=0.0.5  # For file uploads
python-dotenv>=0.19.0  # For environment variables