Increment blspy for uploaded source in Pypi
This commit is contained in:
parent
5e091fb900
commit
0491330490
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from setuptools import setup
|
|||
|
||||
dependencies = [
|
||||
"aiter==0.13.20191203", # Used for async generator tools
|
||||
"blspy==0.1.18", # Signature library
|
||||
"blspy==0.1.19", # Signature library
|
||||
"cbor2==5.1.0", # Used for network wire format
|
||||
"clvm==0.4", # contract language
|
||||
"PyYAML==5.3", # Used for config file format
|
||||
|
|
Loading…
Reference in New Issue