From 5c20a96b73e7be258a23c3a14ebbb21a32300978 Mon Sep 17 00:00:00 2001 From: brandsimon Date: Thu, 27 Jun 2019 10:41:23 +0200 Subject: [PATCH] Update ccxt version --- etc/python2.7-environment.yml | 2 +- etc/python3.6-environment-windows.yml | 2 +- etc/python3.6-environment.yml | 2 +- etc/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/python2.7-environment.yml b/etc/python2.7-environment.yml index 550288603..60e793925 100644 --- a/etc/python2.7-environment.yml +++ b/etc/python2.7-environment.yml @@ -20,7 +20,7 @@ dependencies: - bcolz==0.12.1 - bottleneck==1.2.1 - chardet==3.0.4 - - ccxt==1.17.94 + - ccxt==1.18.838 # The Enigma Data Marketplace requires Python3 because it depends on # web3, which requires Python3, as building its dependencies breaks in Python2 # - web3==4.0.0b7 diff --git a/etc/python3.6-environment-windows.yml b/etc/python3.6-environment-windows.yml index 3a4f330d2..941d831ce 100644 --- a/etc/python3.6-environment-windows.yml +++ b/etc/python3.6-environment-windows.yml @@ -31,7 +31,7 @@ dependencies: - botocore==1.8.41 - bottleneck==1.2.1 - cchardet==2.1.1 - - ccxt==1.17.94 + - ccxt==1.18.838 - chardet==3.0.4 - click==6.7 - contextlib2==0.5.5 diff --git a/etc/python3.6-environment.yml b/etc/python3.6-environment.yml index bb97578cb..6eddf6f18 100644 --- a/etc/python3.6-environment.yml +++ b/etc/python3.6-environment.yml @@ -33,7 +33,7 @@ dependencies: - botocore==1.8.41 - bottleneck==1.2.1 - cchardet==2.1.1 - - ccxt==1.17.94 + - ccxt==1.18.838 - chardet==3.0.4 - click==6.7 - contextlib2==0.5.5 diff --git a/etc/requirements.txt b/etc/requirements.txt index 6825fde1f..ebb4449f9 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -83,7 +83,7 @@ tables==3.4.2 certifi==2018.1.18 #Catalyst dependencies -ccxt==1.17.94 +ccxt==1.18.838 boto3==1.5.27 redo==2.0.1 web3==4.4.1; python_version > '3.4'