# Web Framework
fastapi==0.111.0
uvicorn[standard]==0.30.1
python-multipart==0.0.9
slowapi==0.1.9

# Database - PostgreSQL
sqlalchemy==2.0.30
asyncpg==0.29.0
alembic==1.13.1
psycopg2-binary==2.9.9

# Database - MongoDB
motor==3.4.0
pymongo==4.7.2

# Database - Redis
redis==5.0.4
aioredis==2.0.1

# Database - Elasticsearch
elasticsearch[async]==8.13.0

# Validation & Serialization
pydantic>=2.8.0,<3.0.0
pydantic-settings>=2.3.0,<3.0.0
email-validator==2.1.1

# Task Queue
celery==5.4.0
flower==2.0.1
kombu==5.3.4

# HTTP Client
httpx==0.27.0
aiohttp==3.9.5

# Utilities
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-dotenv==1.0.1
orjson==3.10.3
ujson==5.10.0

# Math / Geo
geopy==2.4.1
haversine==2.8.1

# Monitoring
prometheus-fastapi-instrumentator==7.0.0

# Testing
pytest==8.2.0
pytest-asyncio==0.23.7
httpx==0.27.0

# Crypto (HMAC webhooks)
cryptography==42.0.7

# AI / Claude API
anthropic>=0.40.0
docker==7.1.0
