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 84ccb1b commit ed6408cCopy full SHA for ed6408c
requirements.txt
@@ -3,5 +3,5 @@ ruamel.yaml==0.13.7
3
rdflib==4.2.2
4
rdflib-jsonld==0.4.0
5
shellescape==3.4.1
6
-schema-salad>=2.4.20170308171942,<3
+schema-salad>=2.5.20170623152720,<3
7
typing==3.5.2.2 ; python_version>="2.7"
setup.py
@@ -57,7 +57,7 @@
57
'ruamel.yaml >= 0.12.4',
58
'rdflib >= 4.2.2, < 4.3.0',
59
'shellescape >= 3.4.1, < 3.5',
60
- 'schema-salad >= 2.4.20170308171942, < 3',
+ 'schema-salad >= 2.5.20170623152720, < 3',
61
'typing >= 3.5.2, < 3.6',
62
'six >= 1.8.0',
63
],
0 commit comments