From 0fc7c26622b9412bac482c5c724458ed93ec2865 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 13 Aug 2017 10:54:30 -0400 Subject: [PATCH] update coincurve https://github.com/ofek/coincurve#changelog --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d099cad378..4bcd1f7ce7 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ], extra_require={ 'coincurve': [ - "coincurve>=4.5.1", + "coincurve>=5.0.1", ], 'leveldb': [ "leveldb>=0.194",