versionbump ccxt to first version that has FTX implemented correctly

pull/3438/head
Matthias 6 years ago
parent 68a59fd26d
commit a808fb3b10

@ -63,7 +63,7 @@ setup(name='freqtrade',
tests_require=['pytest', 'pytest-asyncio', 'pytest-cov', 'pytest-mock', ],
install_requires=[
# from requirements-common.txt
'ccxt>=1.18.1080',
'ccxt>=1.24.96',
'SQLAlchemy',
'python-telegram-bot',
'arrow',

Loading…
Cancel
Save