mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
add tabulate to setup.py
This commit is contained in:
parent
d12dba16db
commit
27ac15f298
1
setup.py
1
setup.py
|
@ -27,6 +27,7 @@ setup(name='freqtrade',
|
||||||
'scipy==0.19.1',
|
'scipy==0.19.1',
|
||||||
'jsonschema==2.6.0',
|
'jsonschema==2.6.0',
|
||||||
'TA-Lib==0.4.10',
|
'TA-Lib==0.4.10',
|
||||||
|
'tabulate==0.8.1',
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
"git+https://github.com/ericsomdahl/python-bittrex.git@d7033d0#egg=python-bittrex-0.1.3"
|
"git+https://github.com/ericsomdahl/python-bittrex.git@d7033d0#egg=python-bittrex-0.1.3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user