Skip to content

Commit 68c00d1

Browse files
committed
chore: bump ccxt min-version requirement
this will allow us to use new features e.g. `.set_markets_from_exchange()`
1 parent f48f24c commit 68c00d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929

3030
dependencies = [
3131
# from requirements.txt
32-
"ccxt>=4.4.87",
32+
"ccxt>=4.5.4",
3333
"SQLAlchemy>=2.0.6",
3434
"python-telegram-bot>=20.1",
3535
"humanize>=4.0.0",

0 commit comments

Comments
 (0)