From 037ff371ab95f6d2f038dfde23c976e1d7d78a66 Mon Sep 17 00:00:00 2001 From: Danila Vershinin Date: Thu, 14 Nov 2024 00:48:37 +0800 Subject: [PATCH] Revert previous change --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7251dea..18ff6c3 100644 --- a/setup.py +++ b/setup.py @@ -21,8 +21,7 @@ # https://github.com/ionrock/cachecontrol/issues/137 "requests>=2.6.1", "packaging", - "cachecontrol[filecache]==0.12.14; python_version < '3.7'", - "cachecontrol[filecache]; python_version >= '3.7'", + "cachecontrol[filecache]", "appdirs", "feedparser", "python-dateutil",