[23] Integrate with ccxt

This commit is contained in:
Gavin.Chan
2018-02-27 14:23:28 +00:00
parent 354d249d8f
commit cc2927ed52
12 changed files with 481 additions and 112 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ with open('HISTORY.rst') as history_file:
history = history_file.read()
requirements = [
'ccxt>=1.10.0',
'ccxt==1.10.1198',
'pandas>=0.20.0',
'requests',
'requests==2.11.0',
'setuptools_scm',
]