We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad423c4 commit 581c557Copy full SHA for 581c557
requirements.txt
@@ -4,6 +4,5 @@ rdflib>= 4.2.2, < 7.0.0
4
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
5
rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'
6
mistune>=0.8.1,<0.9
7
-CacheControl==0.12.11
8
-lockfile==0.12.2 # needed for CacheControl's FileCache
+CacheControl[filecache]==0.12.11
9
black
setup.py
@@ -88,8 +88,7 @@
88
"rdflib >= 4.2.2, < 7.0.0",
89
"rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'",
90
"mistune >= 0.8.1, < 0.9",
91
- "CacheControl >= 0.11.7, < 0.13",
92
- "lockfile >= 0.9", # needed for CacheControl's FileCache
+ "CacheControl[filecache] >= 0.11.7, < 0.13",
93
]
94
95
extras_require = {
0 commit comments