From 5ad817f59e9062ed1f4ccb907e653e7f7a008bb8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 5 Nov 2025 20:41:19 +0100 Subject: [PATCH] chore: add coincurve to support faster ECDSA signing --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 341ad5a28..f6479613d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,8 @@ ta-lib==0.6.8 technical==1.5.3 ccxt==4.5.14 +# for fast ECDSA signatures/verification +coincurve==21.0.0 cryptography==46.0.3 aiohttp==3.13.2 SQLAlchemy==2.0.44