RSJselet/requirements.txt
2025-07-10 13:42:54 +08:00

12 lines
303 B
Plaintext

fastapi>=0.95.0,<0.100.0
uvicorn>=0.21.0
aiomysql>=0.1.1
pydantic>=1.10.7,<2.0.0
python-multipart>=0.0.6
redis>=4.5.1
aioredis>=2.0.0
gunicorn>=20.1.0
prometheus-client>=0.16.0 # 用于监控
ujson>=5.7.0 # 更快的JSON处理
httptools>=0.5.0 # 更快的HTTP
uvloop>=0.17.0 # 更快的事件循环