xianyu-auto-reply/requirements.txt
2025-07-24 12:05:21 +08:00

29 lines
434 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框架和API相关
fastapi>=0.111
uvicorn[standard]>=0.29
pydantic>=2.7
# 日志记录
loguru>=0.7
# 网络通信
websockets>=10.0,<13.0 # 兼容性版本范围
aiohttp>=3.9
# 配置文件处理
PyYAML>=6.0
# JavaScript执行引擎
PyExecJS>=1.5.1
# 协议缓冲区解析
blackboxprotobuf>=1.0.1
# 系统监控
psutil>=5.9.0
# HTTP客户端用于测试
requests>=2.31.0
# 文件上传支持
python-multipart>=0.0.6