Files
ai_mip/requirements.txt

33 lines
428 B
Plaintext
Raw Permalink Normal View History

2026-01-21 14:33:10 +08:00
# MIP Ad Click System - Python Dependencies
2026-01-16 22:06:46 +08:00
2026-01-21 14:33:10 +08:00
# Web Framework
2026-01-16 22:06:46 +08:00
Flask==3.0.0
Werkzeug==3.0.1
2026-01-21 14:33:10 +08:00
# Browser Automation
2026-01-16 22:06:46 +08:00
playwright==1.40.0
2026-01-21 14:33:10 +08:00
# HTTP Requests
2026-01-16 22:06:46 +08:00
requests==2.31.0
2026-01-21 14:33:10 +08:00
# Logging
2026-01-16 22:06:46 +08:00
loguru==0.7.2
2026-01-21 14:33:10 +08:00
# Task Scheduling
2026-01-16 22:06:46 +08:00
APScheduler==3.10.4
2026-01-21 14:33:10 +08:00
schedule==1.2.0
2026-01-16 22:06:46 +08:00
2026-01-21 14:33:10 +08:00
# Environment Variables
2026-01-16 22:06:46 +08:00
python-dotenv==1.0.0
2026-01-21 14:33:10 +08:00
# Timezone Handling
2026-01-16 22:06:46 +08:00
pytz==2023.3
tzlocal==5.2
2026-01-21 14:33:10 +08:00
# Date Processing
2026-01-16 22:06:46 +08:00
python-dateutil==2.8.2
2026-01-21 14:33:10 +08:00
# Database
2026-01-16 22:06:46 +08:00
pymysql==1.1.0
cryptography>=41.0.0