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 4de2543 commit 65e11e7Copy full SHA for 65e11e7
requirements.txt
@@ -4,5 +4,4 @@ rdflib >= 4.1.0
4
rdflib-jsonld >= 0.3.0
5
shellescape
6
schema-salad==1.16.20160819133325
7
-typing
8
-
+typing>=3.5.2
setup.py
@@ -42,7 +42,7 @@
42
'rdflib-jsonld >= 0.3.0',
43
'shellescape',
44
'schema-salad==1.17.20160820171034',
45
- 'typing' ],
+ 'typing >= 3.5.2' ],
46
test_suite='tests',
47
tests_require=[],
48
entry_points={
0 commit comments