1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: Allow for new versions of CacheControl
Forwarded: not-needed
--- python-schema-salad.orig/setup.py
+++ python-schema-salad/setup.py
@@ -87,7 +87,7 @@
"rdflib >= 4.2.2, <= 5.0.0",
"rdflib-jsonld >= 0.3.0, < 0.6.0",
"mistune >= 0.8.1, < 0.9",
- "CacheControl >= 0.11.7, < 0.12",
+ "CacheControl >= 0.11.7",
"lockfile >= 0.9",
"typing-extensions",
]
|