From ab4a5cee01726d1ccd20b329d619a9a02c11170e Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 26 Feb 2019 09:23:41 -0500 Subject: [PATCH] pin jsonschema version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18ad57eb6..955e1ced0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( 'cryptography', 'protobuf==3.6.1', 'msgpack', - 'jsonschema', + 'jsonschema==2.6.0', 'ecdsa', 'torba', 'pyyaml',