Update chiavdf to 1.0.3 (#8228)

This commit is contained in:
Chris Marslender 2021-08-26 16:17:24 -07:00 committed by GitHub
parent 4130551b23
commit aa68ec2e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ from setuptools import setup
dependencies = [
"blspy==1.0.5", # Signature library
"chiavdf==1.0.2", # timelord and vdf verification
"chiavdf==1.0.3", # timelord and vdf verification
"chiabip158==1.0", # bip158-style wallet filters
"chiapos==1.0.4", # proof of space
"clvm==0.9.7",