Skip to content

Commit 35e929e

Browse files
Merge pull request #165 from mahanmarwat/master
Remove pysha3 dependency
2 parents 0bafb4b + 8158930 commit 35e929e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ecdsa = "*"
1313
bech32 = "*"
1414
mnemonic = "*"
1515
hdwallets = "*"
16-
pysha3 = "*"
1716
bip32 = "*"
1817
requests = "*"
1918
eip712_structs = "*"

compatibility-tests/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ python_purge () {
1616
install_libraries() {
1717
python3 -m pip install aiohttp
1818
python3 -m pip install ecdsa
19-
python3 -m pip install pysha3
2019
python3 -m pip install grpcio
2120
python3 -m pip install typing
2221
python3 -m pip install protobuf
@@ -275,4 +274,4 @@ python_purge
275274
install_libraries
276275
run_tests
277276
python_purge
278-
break
277+
break

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"bech32",
3030
"mnemonic",
3131
"hdwallets",
32-
"pysha3",
3332
"bip32",
3433
"requests",
3534
"eip712_structs",

0 commit comments

Comments
 (0)