2025-12-14 02:38:35 +07:00
|
|
|
# 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
|
2025-12-16 22:12:12 +07:00
|
|
|
openai==2.12.0
|
2025-12-14 02:38:35 +07:00
|
|
|
|
|
|
|
|
# Telegram notifications
|
|
|
|
|
httpx==0.26.0
|
|
|
|
|
|
|
|
|
|
# File handling
|
|
|
|
|
aiofiles==23.2.1
|
|
|
|
|
python-magic==0.4.27
|
|
|
|
|
|
2025-12-16 01:25:21 +07:00
|
|
|
# S3 Storage
|
|
|
|
|
boto3==1.34.0
|
|
|
|
|
|
2025-12-18 17:15:21 +07:00
|
|
|
# Rate limiting
|
|
|
|
|
slowapi==0.1.9
|
|
|
|
|
|
2025-12-14 02:38:35 +07:00
|
|
|
# Utils
|
|
|
|
|
python-dotenv==1.0.0
|