REMOVE LDAP
This commit is contained in:
22
requirements.txt
Normal file
22
requirements.txt
Normal 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
|
Reference in New Issue
Block a user