Bump ccxt and ccxt min requirement
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ numpy==1.24.3; python_version <= '3.8'
|
|||||||
pandas==2.0.3
|
pandas==2.0.3
|
||||||
pandas-ta==0.3.14b
|
pandas-ta==0.3.14b
|
||||||
|
|
||||||
ccxt==4.0.12
|
ccxt==4.0.14
|
||||||
cryptography==41.0.1; platform_machine != 'armv7l'
|
cryptography==41.0.1; platform_machine != 'armv7l'
|
||||||
cryptography==40.0.1; platform_machine == 'armv7l'
|
cryptography==40.0.1; platform_machine == 'armv7l'
|
||||||
aiohttp==3.8.4
|
aiohttp==3.8.4
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ setup(
|
|||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
# from requirements.txt
|
# from requirements.txt
|
||||||
'ccxt>=3.0.0',
|
'ccxt>=4.0.0',
|
||||||
'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',
|
||||||
|
|||||||
Reference in New Issue
Block a user