update setup.py from pymarketcap to coinmarketcap

This commit is contained in:
Matthias Voppichler 2018-03-16 21:56:39 +01:00
parent 2ac39ef0fc
commit 7ca88f664a

View File

@ -35,7 +35,7 @@ setup(name='freqtrade',
'TA-Lib',
'tabulate',
'cachetools',
'pymarketcap',
'coinmarketcap',
],
include_package_data=True,
zip_safe=False,