18 lines
311 B
Plaintext
18 lines
311 B
Plaintext
|
|
# 核心依赖
|
|||
|
|
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
|