From 53e2cf9148df76f54e18b1ce05908d957423e08b Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Sun, 17 Aug 2025 22:02:58 +0200
Subject: [PATCH] requirements fixes part 2
---
requirements.txt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 99e7957a..03280cad 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,14 +8,13 @@ email-validator==2.0.0 # Required by Pydantic for email validation
slowapi==0.1.8 # For rate limiting
## Authentication & Security
-python-jose==3.3.0
+python-jose[cryptography]==3.3.0 # For JWT tokens
passlib==1.7.4
argon2-cffi>=21.3.0 # Für Passwort-Hashing in gateway_interface.py
google-auth-oauthlib==1.2.0 # Für Google OAuth
google-auth==2.27.0 # Für Google Authentication
google-api-python-client==2.170.0 # For Google API integration
bcrypt==4.0.1 # For password hashing
-python-jose[cryptography]==3.3.0 # For JWT tokens
## Database
mysql-connector-python==8.1.0
@@ -38,7 +37,7 @@ seaborn==0.13.0
markdown
## Web Scraping & HTTP
-beautifulsoup4==4.12.2
+beautifulsoup4==4.12.2 # Required for HTML/XML parsing
requests==2.31.0
chardet>=5.0.0 # Für Zeichensatzerkennung bei Webinhalten