Bump ccxt to 4.2.47

This commit is contained in:
Matthias
2024-02-20 06:17:13 +01:00
parent 411f606476
commit b3ba2cee17
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ numpy==1.26.4
pandas==2.1.4 pandas==2.1.4
pandas-ta==0.3.14b pandas-ta==0.3.14b
ccxt==4.2.42 ccxt==4.2.47
cryptography==42.0.3 cryptography==42.0.3
aiohttp==3.9.3 aiohttp==3.9.3
SQLAlchemy==2.0.27 SQLAlchemy==2.0.27

View File

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