revert blspy pull until cibuildwheel is fixed
This commit is contained in:
parent
74699635be
commit
25e0068224
3
setup.py
3
setup.py
|
@ -3,8 +3,7 @@ from setuptools import setup
|
|||
|
||||
dependencies = [
|
||||
"aiter==0.13.20191203", # Used for async generator tools
|
||||
"blspy@git+https://github.com/Chia-Network/bls-signatures.git@master", # Signature library
|
||||
# "blspy==0.2.0", # Signature library
|
||||
"blspy==0.2.0", # Signature library
|
||||
"chiavdf==0.12.22", # timelord and vdf verification
|
||||
"chiabip158==0.15", # bip158-style wallet filters
|
||||
"chiapos==0.12.23", # proof of space
|
||||
|
|
Loading…
Reference in New Issue