123
This commit is contained in:
31
backend/auth_service/requirements.txt
Normal file
31
backend/auth_service/requirements.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
# Weibo-HotSign Authentication Service Requirements
|
||||
# Web Framework
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
pydantic-settings==2.0.3
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.23
|
||||
aiomysql==0.2.0
|
||||
PyMySQL==1.1.0
|
||||
|
||||
# Security
|
||||
bcrypt==4.1.2
|
||||
PyJWT[crypto]==2.8.0
|
||||
|
||||
# Validation and Serialization
|
||||
pydantic==2.5.0
|
||||
python-multipart==0.0.6
|
||||
|
||||
# Utilities
|
||||
python-dotenv==1.0.0
|
||||
requests==2.31.0
|
||||
|
||||
# Logging and Monitoring
|
||||
structlog==23.2.0
|
||||
|
||||
# Development tools (optional)
|
||||
# pytest==7.4.3
|
||||
# pytest-asyncio==0.21.1
|
||||
# black==23.11.0
|
||||
# flake8==6.1.0
|
||||
Reference in New Issue
Block a user