From 3fb07d6d7dbf4a97b851d57907ac5456f06830fa Mon Sep 17 00:00:00 2001 From: TehPeGaSuS <25697531+TehPeGaSuS@users.noreply.github.com> Date: Fri, 11 Apr 2025 12:37:17 +0200 Subject: [PATCH] Update requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove lxml dependency based on: ``` [15/01/2025 - 16:04:56] <+launchd> Exterminador: are you on the latest development branch? [15/01/2025 - 16:05:20] <+launchd> if so, try just not installing lxml. iirc i removed the dependency from the code… [15/01/2025 - 16:05:33] yeah, lastest dev [15/01/2025 - 16:05:42] I'll remove the dependency and see [15/01/2025 - 16:07:10] launchd: that fixes it. thanks ``` --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b2bcad4..9131c62c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ dnspython ==2.0.0 feedparser ==6.0.2 html5lib ==1.0.1 isodate ==0.6.0 -lxml ==4.9.1 netifaces ==0.10.9 PySocks ==1.7.1 python-dateutil ==2.8.1