# Fastband AI Hub - Python Dependencies

# Core Framework
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.5.0
pydantic-settings>=2.1.0

# Async
httpx>=0.26.0
aiohttp>=3.9.0
asyncpg>=0.29.0

# Database
sqlalchemy>=2.0.0
alembic>=1.13.0
psycopg2-binary>=2.9.9

# Cache
redis>=5.0.0
aioredis>=2.0.0

# AI Providers
anthropic>=0.18.0
openai>=1.10.0
google-generativeai>=0.3.0

# Authentication
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4

# Payments
stripe>=7.10.0

# Vector/Embeddings
numpy>=1.26.0
sentence-transformers>=2.3.0

# Utilities
python-multipart>=0.0.6
python-dotenv>=1.0.0
structlog>=24.1.0
tenacity>=8.2.0

# Monitoring
prometheus-client>=0.19.0
opentelemetry-api>=1.22.0
opentelemetry-sdk>=1.22.0
opentelemetry-instrumentation-fastapi>=0.43b0

# Development (not needed in production but included for completeness)
pytest>=7.4.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0
