35 lines
487 B
Plaintext
35 lines
487 B
Plaintext
# Core
|
|
Flask==3.1.1
|
|
Flask-SQLAlchemy==3.1.1
|
|
Flask-Migrate==4.1.0
|
|
Flask-Bcrypt==1.0.1
|
|
Flask-CORS==5.0.1
|
|
PyJWT==2.9.0
|
|
gunicorn==23.0.0
|
|
python-dotenv==1.1.0
|
|
|
|
# CalDAV/CardDAV
|
|
Radicale==3.3.3
|
|
vobject==0.9.8
|
|
icalendar==6.1.2
|
|
|
|
# Email
|
|
imapclient==3.0.1
|
|
|
|
# Office Viewer
|
|
python-docx==1.1.2
|
|
openpyxl==3.1.5
|
|
python-pptx==1.0.2
|
|
|
|
# Crypto (Passwort-Manager + Email-Verschluesselung)
|
|
cryptography==44.0.3
|
|
|
|
# KeePass Import
|
|
pykeepass==4.1.0
|
|
|
|
# SFTP Backup
|
|
paramiko==4.0.0
|
|
|
|
# Utilities
|
|
Pillow==11.1.0
|