2a9cf9e224
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
45 lines
598 B
Plaintext
45 lines
598 B
Plaintext
# 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
|
|
alembic==1.14.1
|
|
|
|
# Validation
|
|
pydantic==2.10.4
|
|
pydantic-settings==2.7.1
|
|
|
|
# Auth
|
|
passlib[bcrypt]==1.7.4
|
|
python-jose[cryptography]==3.3.0
|
|
|
|
# Task queue
|
|
celery[redis]==5.4.0
|
|
redis==5.2.1
|
|
|
|
# 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.28.1
|
|
aiofiles==24.1.0
|
|
|
|
# Testing
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.25.0
|
|
httpx==0.28.1
|