Add packaging dependency and fallback version compare
This commit is contained in:
@@ -110,7 +110,7 @@ Die erforderlichen Dependencies sind bereits installiert. Falls Sie das Projekt
|
||||
```bash
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install pdfplumber icalendar pypdf2 pytz
|
||||
pip install pdfplumber icalendar pypdf2 pytz packaging
|
||||
```
|
||||
|
||||
## Verwendung
|
||||
@@ -243,7 +243,7 @@ ICS-Import/
|
||||
|
||||
### Technische Spezifikationen
|
||||
|
||||
- **Abhängigkeiten**: pdfplumber, icalendar, pytz, pypdf2
|
||||
- **Abhängigkeiten**: pdfplumber, icalendar, pytz, pypdf2, packaging
|
||||
- **Optional für GUI**: tkinter (Python-Standard), tkinterdnd2 (Drag & Drop)
|
||||
- **Python-Version**: 3.6+
|
||||
- **Format**: iCalendar 2.0 (RFC 5545)
|
||||
|
||||
Reference in New Issue
Block a user