Files
ylt_diy/requirements.txt
2026-07-21 15:37:36 +08:00

25 lines
351 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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