chiavdf to 0.12.25

This commit is contained in:
Gene Hoffman 2020-09-29 16:06:48 -07:00
parent 9691a2658b
commit f7f596ce16
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80

View File

@ -4,7 +4,7 @@ from setuptools import setup
dependencies = [
"aiter==0.13.20191203", # Used for async generator tools
"blspy==0.2.3", # Signature library
"chiavdf==0.12.24", # timelord and vdf verification
"chiavdf==0.12.25", # timelord and vdf verification
"chiabip158==0.16", # bip158-style wallet filters
"chiapos==0.12.30", # proof of space
"clvm==0.5.1",