From b5d10d1b2ed6b75163755895c329763de16f6c73 Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Sat, 5 Feb 2022 08:18:05 -0600 Subject: [PATCH] updated ccxt --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 62fcfe5a5..380b0d796 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ hyperopt = [ 'filelock', 'joblib', 'progressbar2', - ] +] develop = [ 'coveralls', @@ -42,7 +42,7 @@ setup( ], install_requires=[ # from requirements.txt - 'ccxt>=1.66.32', + 'ccxt>=1.72.29', 'SQLAlchemy', 'python-telegram-bot>=13.4', 'arrow>=0.17.0',