From 838c5cd5f0d5c388149d5a3929767a809d76a8fa Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 13 Sep 2022 11:36:05 +0200 Subject: [PATCH] use filecache extra for Cachecontrol to get the correct dependency --- requirements.txt | 3 +-- setup.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0f4cea6a..7b2b3b99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,5 @@ rdflib>= 4.2.2, < 7.0.0 rdflib>= 4.2.2, < 6.0.0;python_version<='3.6' rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6' mistune>=0.8.1,<0.9 -CacheControl==0.12.11 -lockfile==0.12.2 # needed for CacheControl's FileCache +CacheControl[filecache]==0.12.11 black diff --git a/setup.py b/setup.py index 46ad0de4..ad33f212 100644 --- a/setup.py +++ b/setup.py @@ -88,8 +88,7 @@ "rdflib >= 4.2.2, < 7.0.0", "rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'", "mistune >= 0.8.1, < 0.9", - "CacheControl >= 0.11.7, < 0.13", - "lockfile >= 0.9", # needed for CacheControl's FileCache + "CacheControl[filecache] >= 0.11.7, < 0.13", ] extras_require = {