CHM_attendance/requirements.txt
superlishunqin e7fa4bc030 first commit
2025-06-11 19:56:34 +08:00

41 lines
599 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.

# Flask核心框架
Flask==3.0.0
Werkzeug==3.0.1
# 数据库相关
Flask-SQLAlchemy==3.1.1
PyMySQL==1.1.0
SQLAlchemy==2.0.23
# 用户认证
Flask-Login==0.6.3
# 表单处理
Flask-WTF==1.2.1
WTForms==3.1.0
# 密码加密
bcrypt==4.1.2
# 环境变量管理
python-dotenv==1.0.0
# 模板引擎通常Flask自带但明确指定版本
Jinja2==3.1.2
MarkupSafe==2.1.3
# 数据处理用于Excel/CSV导入导出
pandas==2.1.4
openpyxl==3.1.2
xlrd==2.0.1
# HTTP请求处理
requests==2.31.0
# 日期时间处理
python-dateutil==2.8.2
# 其他工具
click==8.1.7
itsdangerous==2.1.2