This commit is contained in:
sjk
2026-01-16 22:06:46 +08:00
parent 816bf29a2a
commit 3d402639da
114 changed files with 10763 additions and 419 deletions

View File

@@ -1,9 +1,31 @@
playwright>=1.35.0
requests>=2.28.0
urllib3<2.0
flask>=2.0.0,<2.3.0
flask-cors>=3.0.0
apscheduler>=3.9.0
python-dotenv>=0.19.0
pyyaml>=5.4.0
loguru>=0.6.0
# MIP广告自动点击系统 - Python依赖包
# Web框架
Flask==3.0.0
Werkzeug==3.0.1
# 浏览器自动化
playwright==1.40.0
# HTTP请求
requests==2.31.0
# 日志处理
loguru==0.7.2
# 任务调度
APScheduler==3.10.4
# 环境变量管理
python-dotenv==1.0.0
# 时区处理
pytz==2023.3
tzlocal==5.2
# 数据处理
python-dateutil==2.8.2
# 数据库
pymysql==1.1.0
cryptography>=41.0.0