123
This commit is contained in:
33
backend/requirements.txt
Normal file
33
backend/requirements.txt
Normal file
@@ -0,0 +1,33 @@
|
||||
# Weibo-HotSign Unified Backend Requirements
|
||||
|
||||
# Web Framework & Server
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
|
||||
# Task Queue
|
||||
celery==5.3.6
|
||||
redis==5.0.1
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.23
|
||||
aiomysql==0.2.0
|
||||
PyMySQL==1.1.0
|
||||
|
||||
# Configuration, Validation, and Serialization
|
||||
pydantic-settings==2.0.3
|
||||
pydantic==2.5.0
|
||||
python-multipart==0.0.6
|
||||
|
||||
# Security
|
||||
bcrypt==4.1.2
|
||||
PyJWT[crypto]==2.8.0
|
||||
pycryptodome==3.19.0
|
||||
|
||||
# HTTP & Utilities
|
||||
httpx==0.25.2
|
||||
requests==2.31.0
|
||||
python-dotenv==1.0.0
|
||||
croniter==2.0.1
|
||||
|
||||
# Logging and Monitoring
|
||||
structlog==23.2.0
|
||||
Reference in New Issue
Block a user