Skip to content

Commit

Permalink
chore: removed breaking dep
Browse files Browse the repository at this point in the history
  • Loading branch information
petscheit committed Nov 20, 2024
1 parent 19df726 commit 54a9723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 3 additions & 4 deletions tools/make/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ aiofiles==23.2.1
typeguard==2.13.3
protobuf==3.20.3
inquirer
python-dotenv
python-dotenv==1.0.1
pysha3
web3==7.4.0
trie
black
starknet-py
poseidon-py
sympy==1.11.1
trie==3.0.1
sympy==1.12.1
6 changes: 0 additions & 6 deletions tools/py/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@
from typing import Callable

from crypto_cpp_py.cpp_bindings import cpp_hash
from poseidon_py.poseidon_hash import (
poseidon_hash_func,
)
from starknet_py.hash.utils import _starknet_keccak as starknet_keccak

from poseidon_py.poseidon_hash import (
poseidon_hash,
poseidon_hash_func,
poseidon_hash_many,
)


Expand Down

0 comments on commit 54a9723

Please sign in to comment.