Add packaging dependency and fallback version compare
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user