Files
baijiahao_data_crawl/requirements.txt

18 lines
311 B
Plaintext
Raw Normal View History

2025-12-25 11:16:59 +08:00
# 核心依赖
requests>=2.31.0
urllib3>=2.0.0
# mitmproxy相关
mitmproxy>=10.0.0
# 数据处理
# 项目已使用Python内置的json和csv模块无需额外依赖
python-dateutil>=2.8.0 # 用于日期计算(月环比)
# 数据库
pymysql>=1.1.0
cryptography>=41.0.0
# 定时任务
schedule>=1.2.0