34 lines
499 B
Plaintext
34 lines
499 B
Plaintext
# Flask 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
|
|
|
|
# Web Server
|
|
Werkzeug==3.0.1
|
|
gunicorn==21.2.0
|
|
|
|
# Authentication
|
|
PyJWT==2.8.0
|
|
ldap3==2.9.1
|
|
|
|
# Document Processing
|
|
python-docx==1.1.0
|
|
docxtpl==0.16.7
|
|
docx2pdf==0.1.8
|
|
|
|
# Utilities
|
|
beautifulsoup4==4.12.2
|
|
lxml==4.9.3
|
|
python-dotenv==1.0.0
|
|
mistune==3.0.2
|
|
Pillow==10.1.0
|
|
requests==2.31.0
|
|
cryptography==41.0.7
|
|
|
|
# Cache & Task Queue
|
|
redis==5.0.1 |