versionbump ccxt to first version that has FTX implemented correctly

This commit is contained in:
Matthias 2020-03-25 15:32:52 +01:00
parent 68a59fd26d
commit a808fb3b10
1 changed files with 1 additions and 1 deletions

View File

@ -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',