diff --git a/setup.py b/setup.py index fbb8e88..459d33f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description='A data review library', install_requires=[ 'jsonref', - 'jsonschema', + 'jsonschema<=2.6.0', 'CommonMark', 'Django', 'bleach',