From 7ca88f664a3f129d6801605709a0f3f239a281fa Mon Sep 17 00:00:00 2001 From: Matthias Voppichler Date: Fri, 16 Mar 2018 21:56:39 +0100 Subject: [PATCH] update setup.py from pymarketcap to coinmarketcap --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e53606dea..4b0635efa 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup(name='freqtrade', 'TA-Lib', 'tabulate', 'cachetools', - 'pymarketcap', + 'coinmarketcap', ], include_package_data=True, zip_safe=False,