This commit is contained in:
sjk
2026-01-21 14:33:10 +08:00
parent c4711fc84f
commit 8f2f58b51c
21 changed files with 2358 additions and 727 deletions

View File

@@ -1,31 +1,32 @@
# MIP广告自动点击系统 - Python依赖包
# MIP Ad Click System - Python Dependencies
# Web框架
# Web Framework
Flask==3.0.0
Werkzeug==3.0.1
# 浏览器自动化
# Browser Automation
playwright==1.40.0
# HTTP请求
# HTTP Requests
requests==2.31.0
# 日志处理
# Logging
loguru==0.7.2
# 任务调度
# Task Scheduling
APScheduler==3.10.4
schedule==1.2.0
# 环境变量管理
# Environment Variables
python-dotenv==1.0.0
# 时区处理
# Timezone Handling
pytz==2023.3
tzlocal==5.2
# 数据处理
# Date Processing
python-dateutil==2.8.2
# 数据库
# Database
pymysql==1.1.0
cryptography>=41.0.0