# Web framework
fastapi==0.115.6
uvicorn[standard]==0.34.0
python-multipart==0.0.20

# Database
sqlalchemy[asyncio]==2.0.36
asyncpg==0.30.0
psycopg2-binary==2.9.10
alembic==1.14.1

# Validation
pydantic>=2.7.0,<2.10
pydantic-settings==2.7.1

# Auth
passlib[bcrypt]==1.7.4
bcrypt==4.0.1
python-jose[cryptography]==3.3.0

# Task queue
celery[redis]==5.4.0
redis==4.6.0

# AI/ML
faster-whisper==1.1.0
litellm==1.55.8

# Messengers
aiogram==3.15.0

# Export
python-docx==1.1.2
weasyprint==63.1
jinja2==3.1.5
markdown==3.7

# Utils
ffmpeg-python==0.2.0
httpx>=0.23.0,<0.28.0
aiofiles==24.1.0

# Testing
pytest==8.3.4
pytest-asyncio==0.25.0
httpx>=0.23.0,<0.28.0
