updated ccxt

This commit is contained in:
Sam Germain 2022-02-05 08:18:05 -06:00
parent ce676a9dd7
commit b5d10d1b2e
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ hyperopt = [
'filelock', 'filelock',
'joblib', 'joblib',
'progressbar2', 'progressbar2',
] ]
develop = [ develop = [
'coveralls', 'coveralls',
@ -42,7 +42,7 @@ setup(
], ],
install_requires=[ install_requires=[
# from requirements.txt # from requirements.txt
'ccxt>=1.66.32', 'ccxt>=1.72.29',
'SQLAlchemy', 'SQLAlchemy',
'python-telegram-bot>=13.4', 'python-telegram-bot>=13.4',
'arrow>=0.17.0', 'arrow>=0.17.0',