From b61d13c2bc0abf20cfea392b7bb0defaae280e3a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 29 Mar 2021 22:06:15 +0200 Subject: Updated feedparser --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 33aa79a5..947df1fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ aiohttp = "^3.6.2" requests = "^2.23.0" chardet = "^3.0.4" requests-futures = "^1.0.0" -feedparser = "^5.2.1" beautifulsoup4 = "^4.8.2" lxml = "^4.5.0" opml = "^0.5" @@ -30,6 +29,7 @@ WTForms = "^2.2.1" python-dateutil = "^2.8.1" psycopg2-binary = "^2.8.4" flask-talisman = "^0.7.0" +feedparser = "^6.0.2" -- cgit