Files
baijiahao_data_crawl/requirements.txt
“shengyudong” 322ac74336 2025-12-25 upload
2025-12-25 11:16:59 +08:00

18 lines
311 B
Plaintext
Raw Permalink 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.

# 核心依赖
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