Skip to content

Commit 1623935

Browse files
committed
Move to blspy 0.1.15
1 parent 4b55933 commit 1623935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async-timeout==3.0.1
66
attrs==19.3.0
77
autoflake==1.3.1
88
black==19.10b0
9-
blspy==0.1.14
9+
blspy==0.1.15
1010
cbor2==5.0.1
1111
cffi==1.13.2
1212
chardet==3.0.4

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.14", # Signature library
6+
"blspy==0.1.15", # Signature library
77
"cbor2==5.0.1", # 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)