Update cffi to v1.13.2

This fixes compilation issues for CPython 3.8+
This commit is contained in:
Mikkel Kroman 2020-02-06 02:07:06 +01:00 committed by Lex Berezhny
parent b7103c29dd
commit 6e4f6fa92d

View file

@ -40,7 +40,7 @@ setup(
'colorama==0.3.7', 'colorama==0.3.7',
'distro==1.4.0', 'distro==1.4.0',
'base58==1.0.0', 'base58==1.0.0',
'cffi==1.12.1', 'cffi==1.13.2',
'cryptography==2.5', 'cryptography==2.5',
'protobuf==3.6.1', 'protobuf==3.6.1',
'msgpack==0.6.1', 'msgpack==0.6.1',