From 3e2607bf2d63508d8a7d476c20ed1365271eb27d Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Thu, 13 Feb 2020 12:28:05 +0100 Subject: [PATCH] chore: updates coincurve requirement to v13 Update to v13 as v12 started to raise undefined symbol exceptions agains latest libsecp256k1. Note: any version of `pip install coincurve` fails if no libsecp256k1 headers are installed, should we point this out somewhere/somehow? Changelog-None --- contrib/pyln-proto/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pyln-proto/requirements.txt b/contrib/pyln-proto/requirements.txt index 5f6659d85..30e6d1c89 100644 --- a/contrib/pyln-proto/requirements.txt +++ b/contrib/pyln-proto/requirements.txt @@ -1,5 +1,5 @@ bitstring==3.1.6 cryptography==2.8 -coincurve==12.0.0 +coincurve==13.0.0 base58==1.0.2 secp256k1==0.13.2