Skip to content

Commit

Permalink
Merge pull request spec-first#708 from dtkav/jsonschema_max_version
Browse files Browse the repository at this point in the history
set jsonschema max version
  • Loading branch information
dtkav authored Oct 4, 2018
2 parents 8e00b73 + 0ac8c42 commit e83bd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read_version(package):

install_requires = [
'clickclick>=1.2',
'jsonschema>=2.5.1',
'jsonschema>=2.5.1,<3.0.0',
'PyYAML>=3.11',
'requests>=2.9.1',
'six>=1.9',
Expand Down

0 comments on commit e83bd14

Please sign in to comment.