From 7014dd05d9599307075f897bf6abbc3d7fbd89e6 Mon Sep 17 00:00:00 2001 From: Floke Date: Wed, 24 Sep 2025 19:29:27 +0000 Subject: [PATCH] requirements.txt aktualisiert --- requirements.txt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index d85677fe..94b53a5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,17 @@ -gspread -oauth2client pandas==1.5.3 numpy scikit-learn -# imblearn # Vorerst auskommentiert, da es für v5.0 nicht direkt benötigt wird openai==0.28.1 +thefuzz +python-Levenshtein +joblib +xgboost==1.7.6 +google-api-python-client +google-auth-httplib2 +google-auth-oauthlib +# Füge hier alle anderen Pakete hinzu, die deine Helfer-Skripte eventuell noch benötigen +gspread +oauth2client requests beautifulsoup4 lxml @@ -17,10 +24,5 @@ pyppeteer python-docx PyYAML openpyxl -thefuzz -python-Levenshtein Flask -pyngrok -# gunicorn # gunicorn ist für Linux/macOS, nicht für Windows/Diskstation-Standard -joblib -xgboost==1.7.6 \ No newline at end of file +pyngrok \ No newline at end of file