Skip to content

Commit 3174e0d

Browse files
committed
jsonschema requirement fix
1 parent 96aabb2 commit 3174e0d

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)