forked from LBRYCommunity/lbry-sdk
pinned protobuf to specific version, fixes #1602
This commit is contained in:
parent
588779e3a4
commit
73b9b983b1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ setup(
|
|||
'envparse',
|
||||
'jsonrpc',
|
||||
'cryptography',
|
||||
'protobuf',
|
||||
'protobuf==3.6.1',
|
||||
'jsonschema',
|
||||
'ecdsa',
|
||||
'torba',
|
||||
|
|
Loading…
Reference in a new issue