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