chore: project scaffolding — Docker, nginx, dependencies
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
# 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
|
||||
|
||||
# Testing
|
||||
pytest==8.3.4
|
||||
pytest-asyncio==0.25.0
|
||||
httpx==0.28.1
|
||||
Reference in New Issue
Block a user