From cb1cc4439a0d2f4cb327e4b92f12c62b210ae2f5 Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Mon, 7 Nov 2022 20:24:26 +0000 Subject: [PATCH] chore: update feedparser The old feedparser 5.x versions are incompatible with recent setuptools versions and can't be installed anymore --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ba3f2f..9d40ad9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ aiocron~=1.3 psycopg2~=2.8 requests~=2.22 GitPython~=3.0 -feedparser~=5.2 +feedparser~=6.0 python-dotenv~=0.17.1 lxml~=4.6