37 lines
515 B
Plaintext
37 lines
515 B
Plaintext
# Core Flask
|
|
Flask==3.1.0
|
|
Werkzeug==3.1.3
|
|
Jinja2==3.1.5
|
|
itsdangerous==2.2.0
|
|
click==8.1.8
|
|
blinker==1.9.0
|
|
|
|
# Flask Extensions
|
|
Flask-SQLAlchemy==3.1.1
|
|
Flask-Migrate==4.1.0
|
|
Flask-Bcrypt==1.0.1
|
|
Flask-Login==0.6.3
|
|
|
|
# Database
|
|
SQLAlchemy==2.0.37
|
|
alembic==1.14.1
|
|
|
|
# File Processing
|
|
pdf2image==1.17.0
|
|
PyPDF2==3.0.1
|
|
python-pptx==0.6.21
|
|
Pillow==10.0.1
|
|
cairosvg==2.7.0
|
|
ffmpeg-python==0.2.0
|
|
python-magic==0.4.27
|
|
|
|
# Security
|
|
bcrypt==4.2.1
|
|
|
|
# Production Server
|
|
gunicorn==20.1.0
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.1
|
|
MarkupSafe==3.0.2
|