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 47435d7 commit 4a5fe26Copy full SHA for 4a5fe26
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>=4.4,<5
+schema-salad>=4.5,<5
6
typing>=3.5.3; python_version<"3.6"
7
pathlib2==2.3.2; python_version<"3"
8
prov==1.5.1
setup.py
@@ -57,7 +57,7 @@
57
'ruamel.yaml >= 0.12.4, <= 0.15.77',
58
'rdflib >= 4.2.2, < 4.3.0',
59
'shellescape >= 3.4.1, < 3.5',
60
- 'schema-salad >= 4.4, < 5',
+ 'schema-salad >= 4.5, < 5',
61
'mypy-extensions',
62
'six >= 1.9.0', # >= 1.9.0 required by prov
63
'psutil',
0 commit comments