Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

BLD: Update ccxt version #554

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/python2.7-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/python3.6-environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/python3.6-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down