Update cffi to v1.13.2
This fixes compilation issues for CPython 3.8+
This commit is contained in:
parent
b7103c29dd
commit
6e4f6fa92d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ setup(
|
|||
'colorama==0.3.7',
|
||||
'distro==1.4.0',
|
||||
'base58==1.0.0',
|
||||
'cffi==1.12.1',
|
||||
'cffi==1.13.2',
|
||||
'cryptography==2.5',
|
||||
'protobuf==3.6.1',
|
||||
'msgpack==0.6.1',
|
||||
|
|
Loading…
Reference in a new issue