mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-12-01 20:05:43 +03:00
Move to blspy 0.1.15
This commit is contained in:
parent
4b559330f1
commit
1623935242
@ -6,7 +6,7 @@ async-timeout==3.0.1
|
||||
attrs==19.3.0
|
||||
autoflake==1.3.1
|
||||
black==19.10b0
|
||||
blspy==0.1.14
|
||||
blspy==0.1.15
|
||||
cbor2==5.0.1
|
||||
cffi==1.13.2
|
||||
chardet==3.0.4
|
||||
|
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.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
|
||||
|
Loading…
Reference in New Issue
Block a user