Skip to content

Commit 3fbfd02

Browse files
authored
Merge pull request #447 from common-workflow-language/py23_schema_salad
start using Py23 schema salad
2 parents 74d7cd0 + e67874c commit 3fbfd02

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

mypy.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[mypy-schema_salad.*]
2+
ignore_errors = True

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ruamel.yaml==0.13.7
33
rdflib==4.2.2
44
rdflib-jsonld==0.4.0
55
shellescape==3.4.1
6-
schema-salad>=2.5.20170623152720,<3
7-
typing==3.5.2.2 ; python_version>="2.7"
6+
schema-salad>=2.6,<3
7+
typing==3.5.3

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
'ruamel.yaml >= 0.12.4',
5858
'rdflib >= 4.2.2, < 4.3.0',
5959
'shellescape >= 3.4.1, < 3.5',
60-
'schema-salad >= 2.5.20170623152720, < 3',
61-
'typing >= 3.5.2, < 3.6',
60+
'schema-salad >= 2.6, < 3',
61+
'typing >= 3.5.3',
6262
'six >= 1.8.0',
6363
],
6464
setup_requires=[] + pytest_runner,

0 commit comments

Comments
 (0)