chore: bump ccxt min-version requirement
this will allow us to use new features e.g. `.set_markets_from_exchange()`
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ classifiers = [
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
# from requirements.txt
|
# from requirements.txt
|
||||||
"ccxt>=4.4.87",
|
"ccxt>=4.5.4",
|
||||||
"SQLAlchemy>=2.0.6",
|
"SQLAlchemy>=2.0.6",
|
||||||
"python-telegram-bot>=20.1",
|
"python-telegram-bot>=20.1",
|
||||||
"humanize>=4.0.0",
|
"humanize>=4.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user