From de0304d3717d79fb0fab41c4ce8098184995c90d Mon Sep 17 00:00:00 2001 From: PascalEgn Date: Mon, 8 Jul 2024 14:51:43 +0200 Subject: [PATCH] ... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 916fe27c..b9376260 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ 'harvestingkit>=0.6.12', 'Sickle~=0.6,>=0.6.2', # newer versions seem incompatible with required scrapyd version - 'Twisted==20.3.0', + 'Twisted~=18.0,>=18.9.0', #latex parsing 'pylatexenc~=2.9', 'queuelib>=1.5.0',