Files
WPSBot/requirements.txt

20 lines
280 B
Plaintext
Raw Normal View History

2025-10-28 13:00:35 +08:00
# Web框架
fastapi==0.104.1
uvicorn[standard]==0.24.0
# HTTP客户端
httpx==0.25.1
# 环境变量管理
python-dotenv==1.0.0
# 数据验证
pydantic==2.5.0
pydantic-settings==2.1.0
# 系统监控
psutil==7.1.2
# 注意使用Python标准库sqlite3不引入SQLAlchemy