Files
WPSBot/requirements.txt
2025-10-28 13:00:35 +08:00

20 lines
280 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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