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 c79ee1e commit 14be065Copy full SHA for 14be065
requirements.txt
@@ -1,6 +1,6 @@
1
requests >= 1.0
2
ruamel.yaml >= 0.17.6, < 0.18
3
-rdflib>= 4.2.2, < 7.0.0
+rdflib>= 4.2.2, < 8.0.0
4
mistune>=2.0.3,<2.1
5
CacheControl[filecache]>= 0.11.7, < 0.14
6
black<23.8
setup.py
@@ -82,7 +82,7 @@
82
install_requires = [
83
"requests >= 1.0",
84
"ruamel.yaml >= 0.17.6, < 0.18",
85
- "rdflib >= 4.2.2, < 7.0.0",
+ "rdflib >= 4.2.2, < 8.0.0",
86
"mistune>=2.0.3,<2.1",
87
"CacheControl[filecache] >= 0.11.7, < 0.14",
88
"mypy_extensions",
0 commit comments