Files
ai_mip/requirements.txt
2026-01-21 14:33:10 +08:00

33 lines
428 B
Plaintext

# MIP Ad Click System - Python Dependencies
# Web Framework
Flask==3.0.0
Werkzeug==3.0.1
# Browser Automation
playwright==1.40.0
# 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