File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ ecdsa = "*"
1313bech32 = " *"
1414mnemonic = " *"
1515hdwallets = " *"
16- pysha3 = " *"
1716bip32 = " *"
1817requests = " *"
1918eip712_structs = " *"
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ python_purge () {
1616install_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
275274install_libraries
276275run_tests
277276python_purge
278- break
277+ break
Original file line number Diff line number Diff line change 2929 "bech32" ,
3030 "mnemonic" ,
3131 "hdwallets" ,
32- "pysha3" ,
3332 "bip32" ,
3433 "requests" ,
3534 "eip712_structs" ,
You can’t perform that action at this time.
0 commit comments