commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user