updated bls to 13 (#11529)

This commit is contained in:
wjblanke 2022-05-15 15:45:32 -07:00 committed by GitHub
parent 0e419822e0
commit b44ae22077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ from setuptools import setup
dependencies = [ dependencies = [
"aiofiles==0.7.0", # Async IO for files "aiofiles==0.7.0", # Async IO for files
"blspy==1.0.9", # Signature library "blspy==1.0.13", # Signature library
"chiavdf==1.0.6", # timelord and vdf verification "chiavdf==1.0.6", # timelord and vdf verification
"chiabip158==1.1", # bip158-style wallet filters "chiabip158==1.1", # bip158-style wallet filters
"chiapos==1.0.10", # proof of space "chiapos==1.0.10", # proof of space