add tabulate to setup.py

This commit is contained in:
gcarq 2017-11-05 20:54:41 +01:00
parent d12dba16db
commit 27ac15f298
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ setup(name='freqtrade',
'scipy==0.19.1',
'jsonschema==2.6.0',
'TA-Lib==0.4.10',
'tabulate==0.8.1',
],
dependency_links=[
"git+https://github.com/ericsomdahl/python-bittrex.git@d7033d0#egg=python-bittrex-0.1.3"