24 Zeilen
436 B
Plaintext
24 Zeilen
436 B
Plaintext
# requirements.txt
|
|
|
|
# Core dependencies
|
|
PyQt5>=5.15.0
|
|
playwright>=1.20.0
|
|
requests>=2.25.0
|
|
|
|
# Email handling
|
|
IMAPClient>=2.1.0
|
|
|
|
# Utilities
|
|
python-dateutil>=2.8.1
|
|
Pillow>=8.0.0
|
|
cryptography>=3.4.0
|
|
PyYAML>=6.0
|
|
|
|
# Web automation and anti-detection
|
|
random-user-agent>=1.0.1
|
|
|
|
# Profil-Export (Feature 2)
|
|
reportlab>=3.6.0 # PDF-Generierung
|
|
pyzipper>=0.3.6 # ZIP mit Passwortschutz (AES)
|
|
svglib>=1.5.0 # SVG-Support für PDF (optional)
|