feat(scheduler): 增加库存预警每日 9:30 定时邮件发送任务

This commit is contained in:
DXC
2026-05-12 14:16:15 +08:00
parent e1e0bc1104
commit 5ef98ef5b3
2 changed files with 36 additions and 2 deletions

View File

@ -17,4 +17,8 @@ qrcode[pil]>=7.4.2
# [新增] 必须添加,用于处理 token 登录
Flask-JWT-Extended==4.6.0
# [新增] Excel 处理库 (解决 No module named 'openpyxl' 报错)
openpyxl>=3.1.2
openpyxl>=3.1.2
# [新增] 定时任务调度器 (库存预警每日邮件)
APScheduler==3.10.4
# [新增] 时区处理 (APScheduler 需要)
pytz