Add packaging dependency and fallback version compare
This commit is contained in:
@@ -19,7 +19,7 @@ REM Überprüfe, ob Abhängigkeiten installiert sind
|
||||
.venv\Scripts\python.exe -c "import pdfplumber" 2>nul
|
||||
if errorlevel 1 (
|
||||
echo 📚 Installiere Abhängigkeiten...
|
||||
call .venv\Scripts\python.exe -m pip install -q pdfplumber icalendar pypdf2 pytz
|
||||
call .venv\Scripts\python.exe -m pip install -q pdfplumber icalendar pypdf2 pytz packaging
|
||||
echo ✓ Abhängigkeiten installiert
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user