REMOVE LDAP

This commit is contained in:
beabigegg
2025-09-25 08:44:44 +08:00
commit 333a640a3b
53 changed files with 4231 additions and 0 deletions

22
requirements.txt Normal file
View File

@@ -0,0 +1,22 @@
# Core web framework
Flask==3.0.0
Flask-Login==0.6.3
Flask-SQLAlchemy==3.0.5
Flask-Caching==2.1.0
Flask-APScheduler==1.13.1
# Database
PyMySQL==1.1.0
# Production server
gunicorn==21.2.0
# Utilities
python-dotenv==1.0.0
requests==2.31.0
PyJWT==2.8.0
redis==5.0.1
# Document handling
python-docx==1.1.0
docxtpl==0.16.7