This commit is contained in:
2025-12-14 02:38:35 +07:00
commit 5343a8f2c3
84 changed files with 7406 additions and 0 deletions

32
backend/requirements.txt Normal file
View File

@@ -0,0 +1,32 @@
# FastAPI
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
# Database
sqlalchemy[asyncio]==2.0.25
asyncpg==0.29.0
alembic==1.13.1
# Auth
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
bcrypt==4.0.1
# Validation
pydantic==2.5.3
pydantic-settings==2.1.0
email-validator==2.1.0
# OpenAI
openai==1.12.0
# Telegram notifications
httpx==0.26.0
# File handling
aiofiles==23.2.1
python-magic==0.4.27
# Utils
python-dotenv==1.0.0