From 331a235f0569e26666818f3aa2c33928b08163ff Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Mar 2025 09:29:42 +0100 Subject: [PATCH] =?UTF-8?q?Aktualisiere=20Dependencies=20f=C3=BCr=20lokale?= =?UTF-8?q?=20Authentifizierung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Entferne Authlib (nicht mehr benötigt ohne OAuth) - Entferne aiohttp und requests (nicht mehr benötigt für GitHub API) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- backend/requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 49e8ce6..69711d9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,4 @@ pyjwt==2.8.0 python-dotenv==1.0.0 werkzeug==2.3.7 gunicorn==21.2.0 -authlib==1.2.1 -tapo==0.9.3.1 -aiohttp==3.8.5 -requests==2.31.0 \ No newline at end of file +tapo==0.9.3.1 \ No newline at end of file