Exchange dependencies to coingekko

This commit is contained in:
Matthias 2020-03-07 11:52:02 +01:00
parent 847df7b70c
commit 93fc14d726
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ wrapt==1.12.0
jsonschema==3.2.0
TA-Lib==0.4.17
tabulate==0.8.6
coinmarketcap==5.0.3
pycoingecko==1.2.0
jinja2==2.11.1
# find first, C search in arrays

View File

@ -73,7 +73,7 @@ setup(name='freqtrade',
'jsonschema',
'TA-Lib',
'tabulate',
'coinmarketcap',
'pycoingecko',
'py_find_1st',
'python-rapidjson',
'sdnotify',