Files
meeting-protocol-service/backend/requirements.txt
T
2026-04-03 22:18:24 +05:00

46 lines
622 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
psycopg2-binary==2.9.10
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