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 fe6b2ea commit 1bd1274Copy full SHA for 1bd1274
requirements.txt
@@ -2,7 +2,7 @@ requests>=2.4.3
2
ruamel.yaml>=0.12.4,<=0.15.77
3
rdflib>=4.2.2,<4.3
4
shellescape>=3.4.1,<3.5
5
-schema-salad>=2.8,<3
+schema-salad>=3.0,<3.1
6
typing>=3.5.3; python_version<"3.6"
7
pathlib2==2.3.2; python_version<"3"
8
prov==1.5.1
setup.py
@@ -53,7 +53,7 @@
53
'ruamel.yaml >= 0.12.4, <= 0.15.77',
54
'rdflib >= 4.2.2, < 4.3.0',
55
'shellescape >= 3.4.1, < 3.5',
56
- 'schema-salad >= 2.8, < 3',
+ 'schema-salad >= 3.0, < 3.1',
57
'mypy-extensions',
58
'six >= 1.9.0', # >= 1.9.0 required by prov
59
'psutil',
0 commit comments