From 551c3a576c931ec1de04f1507cb2dd57eee028a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Sat, 26 Oct 2019 12:24:47 +0100 Subject: [PATCH] Pin FeedParser version until 6.0.0 is released --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3004f78..36c89af 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def find_version(*file_paths): ], packages=find_packages(), install_requires=[ - "feedparser >= 5.1.0", + "feedparser == 5.1.0", "pytz", "requests >= 2.21.0", "pathlib",