update blspy to fat gmp for windows

This commit is contained in:
Bill Blanke 2020-04-25 10:54:01 -07:00
parent 6600908acd
commit b46ae0b4db
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from setuptools import setup
dependencies = [
"aiter==0.13.20191203", # Used for async generator tools
"blspy==0.1.20", # Signature library
"blspy==0.1.21", # Signature library
"cbor2==5.1.0", # Used for network wire format
"clvm==0.4", # contract language
"PyYAML==5.3", # Used for config file format