25 lines
351 B
Plaintext
25 lines
351 B
Plaintext
# Python Flask 日报系统依赖
|
||
|
||
# Web框架
|
||
Flask==3.0.0
|
||
Flask-CORS==4.0.0
|
||
|
||
# 数据库连接
|
||
PyMySQL==1.1.0
|
||
cryptography==41.0.7
|
||
|
||
# Excel处理
|
||
openpyxl==3.1.2
|
||
|
||
# 定时任务
|
||
APScheduler==3.10.4
|
||
|
||
# 工具库
|
||
python-dateutil==2.8.2
|
||
pytz==2023.3
|
||
|
||
# 生产服务器(Windows推荐)
|
||
waitress==3.0.0
|
||
|
||
# 开发工具(可选)
|
||
python-dotenv==1.0.0 |