Skip to content

Commit 686859d

Browse files
committed
Use upstream python-hdwallet (now supports Python 3.11)
1 parent c5acee4 commit 686859d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else
4141
endif
4242

4343
# To see all pytest output, uncomment --capture=no, ...
44-
PYTESTOPTS = -vv --doctest-modules # --capture=no # --log-cli-level=INFO
44+
PYTESTOPTS = #-vv --doctest-modules # --capture=no # --log-cli-level=INFO
4545

4646
PY3TEST = $(PY3) -m pytest $(PYTESTOPTS)
4747

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ 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.2,<3
6-
hdwallet @ git+https://github.com/pjkundert/python-hdwallet.git@fix-keccak#egg=hdwallet
5+
hdwallet >=2.1.2,<3
76
mnemonic >=0.2, <1
87
qrcode >=7.3
98
shamir-mnemonic >=0.2, <1

0 commit comments

Comments
 (0)