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 1ee95e4 commit e67874cCopy full SHA for e67874c
requirements.txt
@@ -4,4 +4,4 @@ rdflib==4.2.2
4
rdflib-jsonld==0.4.0
5
shellescape==3.4.1
6
schema-salad>=2.6,<3
7
-typing==3.5.2.2 ; python_version>="2.7"
+typing==3.5.3
setup.py
@@ -58,7 +58,7 @@
58
'rdflib >= 4.2.2, < 4.3.0',
59
'shellescape >= 3.4.1, < 3.5',
60
'schema-salad >= 2.6, < 3',
61
- 'typing >= 3.5.2, < 3.6',
+ 'typing >= 3.5.3',
62
'six >= 1.8.0',
63
],
64
setup_requires=[] + pytest_runner,
0 commit comments