Merge pull request #1959 from lbryio/pin-jsonschema
pin jsonschema version to 2.6.0
This commit is contained in:
commit
8cee627dfa
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ setup(
|
||||||
'cryptography',
|
'cryptography',
|
||||||
'protobuf==3.6.1',
|
'protobuf==3.6.1',
|
||||||
'msgpack',
|
'msgpack',
|
||||||
'jsonschema',
|
'jsonschema==2.6.0',
|
||||||
'ecdsa',
|
'ecdsa',
|
||||||
'torba',
|
'torba',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
|
|
Loading…
Reference in a new issue