chiavdf to 1.0.1 for new Windows MPIR (#1238)

This commit is contained in:
Gene Hoffman 2021-03-11 01:08:15 -08:00 committed by GitHub
parent 530056039b
commit 122731cbaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ from setuptools import setup
dependencies = [
"aiter==0.13.20191203", # Used for async generator tools
"blspy==1.0", # Signature library
"chiavdf==1.0", # timelord and vdf verification
"chiavdf==1.0.1", # timelord and vdf verification
"chiabip158==1.0", # bip158-style wallet filters
"chiapos==0.9", # proof of space
"clvm==0.9.4",