From 421aa31c922510d3656fa71b26f2d34fb46adcd8 Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Thu, 24 Feb 2022 15:20:28 -0600 Subject: [PATCH] upgrade CCXT to 1.74.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28f31c3a6..d70c1c291 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.22.2 pandas==1.4.1 pandas-ta==0.3.14b -ccxt==1.73.70 +ccxt==1.74.9 # Pin cryptography for now due to rust build errors with piwheels cryptography==36.0.1 aiohttp==3.8.1