32 lines
401 B
Plaintext
32 lines
401 B
Plaintext
# 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
|