From 14e37e418b960e2edbbf0590c3c54a9043ad7d19 Mon Sep 17 00:00:00 2001 From: Mahan Marwat Date: Wed, 16 Nov 2022 02:03:18 +0500 Subject: [PATCH 1/3] Remove pysha3 dependency --- Pipfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9eb536ef..7528a654 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,6 @@ ecdsa = "*" bech32 = "*" mnemonic = "*" hdwallets = "*" -pysha3 = "*" bip32 = "*" requests = "*" eip712_structs = "*" From fad4f48eb857a86aa87da1fa2302ea535c52a1c2 Mon Sep 17 00:00:00 2001 From: Mahan Marwat Date: Wed, 16 Nov 2022 02:05:03 +0500 Subject: [PATCH 2/3] Remove pysha3 dependency --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1f809526..9d8afe4f 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,6 @@ "bech32", "mnemonic", "hdwallets", - "pysha3", "bip32", "requests", "eip712_structs", From 81589307b2acbadb5a3353eb0be92d6fe9e37d54 Mon Sep 17 00:00:00 2001 From: Mahan Marwat Date: Wed, 16 Nov 2022 02:06:29 +0500 Subject: [PATCH 3/3] Remove pysha3 dependency --- compatibility-tests/run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compatibility-tests/run.sh b/compatibility-tests/run.sh index efd38396..9fb053cb 100644 --- a/compatibility-tests/run.sh +++ b/compatibility-tests/run.sh @@ -16,7 +16,6 @@ python_purge () { install_libraries() { python3 -m pip install aiohttp python3 -m pip install ecdsa - python3 -m pip install pysha3 python3 -m pip install grpcio python3 -m pip install typing python3 -m pip install protobuf @@ -275,4 +274,4 @@ python_purge install_libraries run_tests python_purge -break \ No newline at end of file +break