Skip to content

Commit

Permalink
Most recent jsonschema causes issues for us on Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Feb 25, 2019
1 parent fe0ec37 commit d2fd786
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 @@ -11,7 +11,7 @@
long_description='A data review library',
install_requires=[
'jsonref',
'jsonschema',
'jsonschema<=2.6.0',
'CommonMark',
'Django',
'bleach',
Expand Down

0 comments on commit d2fd786

Please sign in to comment.