Skip to content

Commit

Permalink
Merge pull request #41 from marbre/master
Browse files Browse the repository at this point in the history
Raise jsonschema dependency
  • Loading branch information
minrk committed Aug 23, 2016
2 parents 4e3daed + fd101c2 commit 9ffcc3e
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 @@ -90,7 +90,7 @@
install_requires = setuptools_args['install_requires'] = [
'ipython_genutils',
'traitlets',
'jsonschema>=2.0,!=2.5.0',
'jsonschema>=2.4,!=2.5.0',
'jupyter_core',
]

Expand Down

0 comments on commit 9ffcc3e

Please sign in to comment.