From b3f612ecfba13322a29f786decf29b7e4ef02506 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 31 Oct 2022 17:21:52 +0100 Subject: [PATCH] Bump ccxt to 2.0.96 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e256d6e6..3827965bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.23.4 pandas==1.5.1 pandas-ta==0.3.14b -ccxt==2.0.90 +ccxt==2.0.96 # Pin cryptography for now due to rust build errors with piwheels cryptography==38.0.1 aiohttp==3.8.3