43 lines
653 B
Plaintext
43 lines
653 B
Plaintext
# FastAPI and dependencies
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
|
|
# Database
|
|
sqlalchemy==2.0.23
|
|
asyncpg==0.29.0
|
|
alembic==1.13.1
|
|
|
|
# Authentication & Security
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-multipart==0.0.6
|
|
|
|
# HTTP Client
|
|
httpx==0.25.2
|
|
aiofiles==23.2.1
|
|
|
|
# Email
|
|
aiosmtplib==3.0.1
|
|
email-validator==2.1.0
|
|
|
|
# Messaging
|
|
aio-pika==9.3.1
|
|
|
|
# Template Engine
|
|
jinja2==3.1.2
|
|
|
|
# Monitoring & Logging
|
|
structlog==23.2.0
|
|
prometheus-client==0.19.0
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2
|
|
pytz==2023.3
|
|
|
|
# Development & Testing
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
pytest-mock==3.12.0
|
|
httpx==0.25.2 |