versionbump ccxt to first version that has FTX implemented correctly
This commit is contained in:
parent
68a59fd26d
commit
a808fb3b10
2
setup.py
2
setup.py
@ -63,7 +63,7 @@ setup(name='freqtrade',
|
|||||||
tests_require=['pytest', 'pytest-asyncio', 'pytest-cov', 'pytest-mock', ],
|
tests_require=['pytest', 'pytest-asyncio', 'pytest-cov', 'pytest-mock', ],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
# from requirements-common.txt
|
# from requirements-common.txt
|
||||||
'ccxt>=1.18.1080',
|
'ccxt>=1.24.96',
|
||||||
'SQLAlchemy',
|
'SQLAlchemy',
|
||||||
'python-telegram-bot',
|
'python-telegram-bot',
|
||||||
'arrow',
|
'arrow',
|
||||||
|
Loading…
Reference in New Issue
Block a user