Add packaging dependency and fallback version compare
This commit is contained in:
@@ -10,7 +10,7 @@ REM Überprüfe, ob venv existiert
|
||||
if not exist ".venv" (
|
||||
echo Python-Umgebung wird eingerichtet...
|
||||
python3 -m venv .venv
|
||||
call .venv\Scripts\pip.exe install -q pdfplumber icalendar pypdf2 pytz
|
||||
call .venv\Scripts\pip.exe install -q pdfplumber icalendar pypdf2 pytz packaging
|
||||
)
|
||||
|
||||
REM Starte das Menü
|
||||
|
||||
Reference in New Issue
Block a user