feat: generate permission sql for stocktake modules and implement single-device login restriction

This commit is contained in:
DXC
2026-03-20 09:11:54 +08:00
parent faea0379da
commit 4223a95f10
6 changed files with 147 additions and 4 deletions

View File

@ -6,6 +6,8 @@ marshmallow-sqlalchemy==1.0.0
psycopg2-binary==2.9.9
python-dotenv==1.0.0
flask-cors==4.0.0
# Redis for token management (single device login)
redis==5.0.1
# 图片处理核心库
Pillow>=10.0.0
# [旧] 条形码生成库 (建议保留,防止旧代码报错)