analyze to use the ccxt OHLCV format

setup: remove bittrex and add requirement to ccxt

freqtradebot: update market summaries to ccxt format
This commit is contained in:
Samuel Husso
2018-03-21 19:57:58 +02:00
parent 40a0689183
commit d20e3f79be
4 changed files with 16 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ setup(name='freqtrade',
setup_requires=['pytest-runner'],
tests_require=['pytest', 'pytest-mock', 'pytest-cov'],
install_requires=[
'python-bittrex',
'ccxt',
'SQLAlchemy',
'python-telegram-bot',
'arrow',