23 lines
322 B
Plaintext
23 lines
322 B
Plaintext
# 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
|