Skip to content

Commit b46ae0b

Browse files
committed
update blspy to fat gmp for windows
1 parent 6600908 commit b46ae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
dependencies = [
55
"aiter==0.13.20191203", # Used for async generator tools
6-
"blspy==0.1.20", # Signature library
6+
"blspy==0.1.21", # Signature library
77
"cbor2==5.1.0", # Used for network wire format
88
"clvm==0.4", # contract language
99
"PyYAML==5.3", # Used for config file format

0 commit comments

Comments
 (0)