pinned protobuf to specific version, fixes #1602

This commit is contained in:
Lex Berezhny 2018-11-06 00:05:40 -05:00
parent 588779e3a4
commit 73b9b983b1

View file

@ -37,7 +37,7 @@ setup(
'envparse',
'jsonrpc',
'cryptography',
'protobuf',
'protobuf==3.6.1',
'jsonschema',
'ecdsa',
'torba',