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 a19d2f1 commit 4e8ede4Copy full SHA for 4e8ede4
requirements.txt
@@ -2,7 +2,7 @@
2
# pip install -r requirements.txt
3
lxml
4
requests
5
-rdflib>=6.0.1; python_version>="3.7"
+rdflib>=6.0.0; python_version>="3.7"
6
rdflib<6.0.0; python_version<"3.7"
7
rdflib-jsonld<=0.5.0; python_version<"3.7"
8
pyrdfa3
setup.py
@@ -41,7 +41,7 @@ def get_version():
41
'rdflib<6.0.0;python_version<"3.7"',
42
'rdflib-jsonld<=0.5.0;python_version<"3.7"',
43
# rdflib 6.x.y (only on 3.7 and up) contains jsonld
44
- 'rdflib>=6.0.1;python_version>="3.7"',
+ 'rdflib>=6.0.0;python_version>="3.7"',
45
'pyrdfa3',
46
'mf2py',
47
'w3lib',
0 commit comments