Add packaging dependency and fallback version compare

This commit is contained in:
2026-02-24 14:57:19 +01:00
parent 61971f2155
commit df3db2cba4
8 changed files with 57 additions and 13 deletions

View File

@@ -98,7 +98,7 @@ Doppelklick auf start.cmd
## 🔧 Technische Details
- **Sprache:** Python 3.6+
- **Abhängigkeiten:** pdfplumber, icalendar, pytz, pypdf2
- **Abhängigkeiten:** pdfplumber, icalendar, pytz, pypdf2, packaging
- **Format:** iCalendar 2.0 (RFC 5545)
- **Umgebung:** Python virtual environment (.venv)
@@ -108,6 +108,7 @@ pdfplumber==0.10.0+ - PDF-Datenextraktion
icalendar==5.0.0+ - ICS-Datei-Erstellung
pytz - Zeitzonenverwaltung
pypdf2 - PDF-Parsing
packaging - Versionsvergleich
```
---