From b71fb1fdec52fc41f5a952e39fbb6e131c8ba20c Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Fri, 25 Feb 2022 12:48:12 -0600 Subject: [PATCH] upgrade CCXT to 1.74.22 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d70c1c291..2392a05ae 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.74.9 +ccxt==1.74.22 # Pin cryptography for now due to rust build errors with piwheels cryptography==36.0.1 aiohttp==3.8.1