Skip to content

Commit

Permalink
Merge pull request #165 from mahanmarwat/master
Browse files Browse the repository at this point in the history
Remove pysha3 dependency
  • Loading branch information
achilleas-kal authored Nov 16, 2022
2 parents 0bafb4b + 8158930 commit 35e929e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ecdsa = "*"
bech32 = "*"
mnemonic = "*"
hdwallets = "*"
pysha3 = "*"
bip32 = "*"
requests = "*"
eip712_structs = "*"
Expand Down
3 changes: 1 addition & 2 deletions compatibility-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -275,4 +274,4 @@ python_purge
install_libraries
run_tests
python_purge
break
break
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"bech32",
"mnemonic",
"hdwallets",
"pysha3",
"bip32",
"requests",
"eip712_structs",
Expand Down

0 comments on commit 35e929e

Please sign in to comment.