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

@@ -3,7 +3,7 @@ numpy==1.24.3; python_version <= '3.8'
pandas==2.0.3
pandas-ta==0.3.14b
ccxt==4.0.12
ccxt==4.0.14
cryptography==41.0.1; platform_machine != 'armv7l'
cryptography==40.0.1; platform_machine == 'armv7l'
aiohttp==3.8.4

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