# PAD+ AI v3.5 — Зависимости

# Web Framework
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0

# Database
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0
asyncpg>=0.29.0

# Redis & Caching
redis>=5.0.0
aioredis>=2.0.0
cachetools>=5.3.0

# HTTP Client
httpx>=0.25.0
aiohttp>=3.9.0

# WebSocket
websockets>=12.0

# Knowledge Graph
networkx>=3.2

# Vector embeddings (опционально)
# sentence-transformers>=2.2.0

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0

# Utilities
python-dotenv>=1.0.0
python-multipart>=0.0.6

# Production
gunicorn>=21.2.0
loguru>=0.7.0

# LiteLLM - Unified LLM Interface
litellm>=1.30.0

# Cryptography for API key encryption
cryptography>=41.0.0

# Supabase client (для работы с PostgreSQL)
supabase>=2.0.0
psycopg2-binary>=2.9.0  # PostgreSQL driver
asyncpg>=0.29.0  # Async PostgreSQL driver
supabase>=2.0.0
