From 2323f04c0f291182f54acd8c8213a97442a70143 Mon Sep 17 00:00:00 2001 From: doc-hex <1482781+doc-hex@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:48:50 -0500 Subject: [PATCH] Allow other major versions of coincurve See --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0553943..ca46a55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -coincurve~=15.0 +coincurve>=15.0.0 base58~=2.0