Skip to content

Commit

Permalink
Merge pull request #447 from common-workflow-language/py23_schema_salad
Browse files Browse the repository at this point in the history
start using Py23 schema salad
  • Loading branch information
mr-c committed Jun 28, 2017
2 parents 74d7cd0 + e67874c commit 3fbfd02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mypy-schema_salad.*]
ignore_errors = True
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ ruamel.yaml==0.13.7
rdflib==4.2.2
rdflib-jsonld==0.4.0
shellescape==3.4.1
schema-salad>=2.5.20170623152720,<3
typing==3.5.2.2 ; python_version>="2.7"
schema-salad>=2.6,<3
typing==3.5.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
'ruamel.yaml >= 0.12.4',
'rdflib >= 4.2.2, < 4.3.0',
'shellescape >= 3.4.1, < 3.5',
'schema-salad >= 2.5.20170623152720, < 3',
'typing >= 3.5.2, < 3.6',
'schema-salad >= 2.6, < 3',
'typing >= 3.5.3',
'six >= 1.8.0',
],
setup_requires=[] + pytest_runner,
Expand Down

0 comments on commit 3fbfd02

Please sign in to comment.