first
This commit is contained in:
40
requirements.txt
Normal file
40
requirements.txt
Normal file
@@ -0,0 +1,40 @@
|
||||
# Core
|
||||
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.12.1
|
||||
|
||||
# PostgreSQL extensions
|
||||
psycopg2-binary==2.9.9
|
||||
|
||||
# Security
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-multipart==0.0.6
|
||||
|
||||
# Utils
|
||||
python-dotenv==1.0.0
|
||||
email-validator==2.1.0
|
||||
httpx==0.25.1
|
||||
|
||||
# File handling
|
||||
aiofiles==23.2.1
|
||||
Pillow==10.1.0
|
||||
|
||||
# Export
|
||||
openpyxl==3.1.2
|
||||
pandas==2.1.3
|
||||
|
||||
# Caching (optional)
|
||||
redis==5.0.1
|
||||
|
||||
# Monitoring
|
||||
prometheus-client==0.19.0
|
||||
|
||||
# Logging
|
||||
python-json-logger==2.0.7
|
||||
Reference in New Issue
Block a user