From 54a972325a998935bbe617f2b2ca91fed2989ac9 Mon Sep 17 00:00:00 2001 From: petscheit Date: Wed, 20 Nov 2024 10:49:22 +0100 Subject: [PATCH] chore: removed breaking dep --- tools/make/requirements.txt | 7 +++---- tools/py/utils.py | 6 ------ 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/tools/make/requirements.txt b/tools/make/requirements.txt index d6b0d1a8..eacf6ea0 100644 --- a/tools/make/requirements.txt +++ b/tools/make/requirements.txt @@ -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 \ No newline at end of file +trie==3.0.1 +sympy==1.12.1 \ No newline at end of file diff --git a/tools/py/utils.py b/tools/py/utils.py index b3dcdac3..90c3d9d3 100644 --- a/tools/py/utils.py +++ b/tools/py/utils.py @@ -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, )