From 5cc09d8c223df893e069452945d97c64c8ed519c Mon Sep 17 00:00:00 2001 From: Will Bendick Date: Wed, 7 Apr 2021 00:39:44 -0700 Subject: [PATCH] bump blspy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fc955b7a1..f9f87738f5 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup dependencies = [ - "blspy==1.0", # Signature library + "blspy==1.0.1", # Signature library "chiavdf==1.0.1", # timelord and vdf verification "chiabip158==1.0", # bip158-style wallet filters "chiapos==1.0.1", # proof of space