Skip to content

Commit

Permalink
Fix #752 [Bug] ccxt FileNotFoundError in initialize_network_objects (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trentmc authored Mar 6, 2024
1 parent 4fe5944 commit 9284b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# or pip install -e .
install_requirements = [
"bumpversion",
"ccxt>=4.1.59",
"ccxt==4.1.59",
"coverage",
"enforce_typing",
"eth-account==0.11.0",
Expand Down

0 comments on commit 9284b60

Please sign in to comment.