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 5e091fb commit 0491330Copy full SHA for 0491330
setup.py
@@ -3,7 +3,7 @@
3
4
dependencies = [
5
"aiter==0.13.20191203", # Used for async generator tools
6
- "blspy==0.1.18", # Signature library
+ "blspy==0.1.19", # Signature library
7
"cbor2==5.1.0", # Used for network wire format
8
"clvm==0.4", # contract language
9
"PyYAML==5.3", # Used for config file format
0 commit comments