Skip to content

Commit

Permalink
Fix: base58 and pynacl is now needed for build
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Sep 30, 2024
1 parent 841a1a3 commit ab627ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ dependencies = [
"eth_typing==4.3.1",
"web3==6.3.0",
"aiofiles>=24.1.0",
"base58==2.1.1", # Needed now as default with _load_account changement
"pynacl==1.5.0" # Needed now as default with _load_account changement
]

[project.optional-dependencies]
Expand Down

0 comments on commit ab627ff

Please sign in to comment.