Skip to content

Commit 8587f87

Browse files
authored
Merge pull request #59 from p1c2u/fix/jsonschema-requirement-fix
jsonschema requirement fix
2 parents 96aabb2 + 3174e0d commit 8587f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run_tests(self):
6868
]
6969
},
7070
install_requires=[
71-
"jsonschema",
71+
"jsonschema<3",
7272
"PyYAML>=4.2b1",
7373
"six",
7474
'pathlib;python_version=="2.7"',

0 commit comments

Comments
 (0)