Bump ccxt and ccxt min requirement

This commit is contained in:
Matthias
2023-07-09 13:48:14 +02:00
parent 511023ee10
commit a598b8554d
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ setup(
],
install_requires=[
# from requirements.txt
'ccxt>=3.0.0',
'ccxt>=4.0.0',
'SQLAlchemy>=2.0.6',
'python-telegram-bot>=20.1',
'arrow>=1.0.0',