forked from LBRYCommunity/lbry-sdk
pin jsonschema version
This commit is contained in:
parent
5bb0a07fae
commit
ab4a5cee01
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