From b698a6f2b0ad70cb043341c2f1af8facbc91288c Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Wed, 3 May 2023 11:15:02 +0530 Subject: [PATCH] Removed feedparser upperlimit version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8e5e85..a0ad96b 100755 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ def main(): 'colorama>=0.3.3,<1.0.0', 'click>=5.1,<7.0', 'pygments>=2.0.2,<3.0.0', - 'feedparser>=5.2.1,<6.0.0', + 'feedparser>=5.2.1', 'pytz>=2016.3,<2017.0', 'docopt>=0.6.2,<1.0.0', 'uritemplate.py>=1.0.0,<4.0.0',