2025-12-25 upload
This commit is contained in:
17
requirements.txt
Normal file
17
requirements.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# 核心依赖
|
||||
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
|
||||
Reference in New Issue
Block a user