xianyu-auto-reply/requirements.txt
2025-07-30 16:36:37 +08:00

64 lines
1.0 KiB
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.

# ================================
# 闲鱼自动回复系统 - Python依赖包
# ================================
# Web框架和API相关
fastapi>=0.111.0
uvicorn[standard]>=0.29.0
pydantic>=2.7.0
# 日志记录
loguru>=0.7.0
# 网络通信
websockets>=10.0,<13.0
aiohttp>=3.9.0
# 配置文件处理
PyYAML>=6.0.0
# JavaScript执行引擎
PyExecJS>=1.5.1
# 协议缓冲区解析
blackboxprotobuf>=1.0.1
# 系统监控
psutil>=5.9.0
# HTTP客户端
requests>=2.31.0
# 文件上传支持
python-multipart>=0.0.6
# AI回复相关
openai>=1.65.5
python-dotenv>=1.0.1
# 图像处理(图形验证码)
Pillow>=10.0.0
# 浏览器自动化(商品搜索功能)
playwright>=1.40.0
# 加密和安全
PyJWT>=2.8.0
passlib>=1.7.4
bcrypt>=4.0.1
cryptography>=41.0.0
# 时间处理
python-dateutil>=2.8.2
# 正则表达式增强
regex>=2023.10.3
# Excel文件处理导入导出功能
pandas>=2.0.0
openpyxl>=3.1.0
# 其他工具库
typing-extensions>=4.7.0
# 注意sqlite3 是Python内置模块无需安装