Skip to content

Commit 87149b5

Browse files
committed
Upgrade python-hdwallet to not require pysha3 for Keccak hash
- Must depend on github branch version of hdwallet for now
1 parent 1fc4d59 commit 87149b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ click >=8.1.3,<9
22
base58 >=2.0.1,<3
33
chacha20poly1305>=0.0.3
44
fpdf2 >=2.5.7,<3
5-
hdwallet >=2.1, <3
5+
# hdwallet >=2.1.2,<3
6+
hdwallet @ git+https://github.com/pjkundert/python-hdwallet.git@fix-keccak#egg=hdwallet
67
mnemonic >=0.2, <1
78
qrcode >=7.3
89
shamir-mnemonic >=0.2, <1

slip39/layout/pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import fpdf # FPDF, FlexTemplate, FPDF_FONT_DIR
3333

3434
from ..api import Account, cryptopaths_parser, create, enumerate_mnemonic, group_parser
35-
from ..util import chunker, commas
35+
from ..util import chunker
3636
from ..recovery import recover, produce_bip39
3737
from ..defaults import (
3838
FONTS, CARD, CARD_SIZES, PAPER, PAGE_MARGIN, MM_IN, PT_IN,

0 commit comments

Comments
 (0)