We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b55933 commit 1623935Copy full SHA for 1623935
requirements.txt
@@ -6,7 +6,7 @@ async-timeout==3.0.1
6
attrs==19.3.0
7
autoflake==1.3.1
8
black==19.10b0
9
-blspy==0.1.14
+blspy==0.1.15
10
cbor2==5.0.1
11
cffi==1.13.2
12
chardet==3.0.4
setup.py
@@ -3,7 +3,7 @@
3
4
dependencies = [
5
"aiter==0.13.20191203", # Used for async generator tools
- "blspy==0.1.14", # Signature library
+ "blspy==0.1.15", # Signature library
"cbor2==5.0.1", # Used for network wire format
"clvm==0.4", # contract language
"PyYAML==5.3", # Used for config file format
0 commit comments