From a31d9c10cc318dbfbac958a11657afb8cbf38cf6 Mon Sep 17 00:00:00 2001 From: Vxrtrauter <101264710+Vxrtrauter@users.noreply.github.com> Date: Thu, 9 Apr 2026 00:05:27 +0200 Subject: [PATCH] fix: remove aiohttp from requirements and README --- README.md | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 751f26e..3884415 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ SoftwareManager is a Python-based GUI tool that simplifies searching and downloa darkdetect (0.7.1) pyinstaller (6.15.0) PyQtDarkTheme-fork (2.3.4) - aiohttp (3.13.0) plyer (2.1.0) psutil (7.1.0) libtorrent (2.0.11) diff --git a/requirements.txt b/requirements.txt index a5fea62..f672c33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ beautifulsoup4==4.13.5 darkdetect==0.7.1 pyinstaller==6.15.0 PyQtDarkTheme-fork==2.3.4 -aiohttp==3.13.0 plyer==2.1.0 psutil==7.1.0 libtorrent==2.0.11