live-forum/server/crawler/commerce/requirements.txt
2026-03-24 11:27:37 +08:00

25 lines
267 B
Plaintext

# 浏览器自动化
playwright==1.40.0
# HTTP请求
requests==2.31.0
# 数据处理
pandas==2.0.3
# 数据库
SQLAlchemy==2.0.23
# 任务调度
APScheduler==3.10.4
# 配置管理
python-dotenv==1.0.0
# 日志
loguru==0.7.2
# 工具类
python-dateutil==2.8.2