Skip to content

Commit 581c557

Browse files
authored
use filecache extra for Cachecontrol to get the correct dependency (#597)
1 parent ad423c4 commit 581c557

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ rdflib>= 4.2.2, < 7.0.0
44
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
55
rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'
66
mistune>=0.8.1,<0.9
7-
CacheControl==0.12.11
8-
lockfile==0.12.2 # needed for CacheControl's FileCache
7+
CacheControl[filecache]==0.12.11
98
black

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@
8888
"rdflib >= 4.2.2, < 7.0.0",
8989
"rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'",
9090
"mistune >= 0.8.1, < 0.9",
91-
"CacheControl >= 0.11.7, < 0.13",
92-
"lockfile >= 0.9", # needed for CacheControl's FileCache
91+
"CacheControl[filecache] >= 0.11.7, < 0.13",
9392
]
9493

9594
extras_require = {

0 commit comments

Comments
 (0)