32 lines
518 B
Plaintext
32 lines
518 B
Plaintext
|
|
# 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
|