We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5acee4 commit 686859dCopy full SHA for 686859d
GNUmakefile
@@ -41,7 +41,7 @@ else
41
endif
42
43
# To see all pytest output, uncomment --capture=no, ...
44
-PYTESTOPTS = -vv --doctest-modules # --capture=no # --log-cli-level=INFO
+PYTESTOPTS = #-vv --doctest-modules # --capture=no # --log-cli-level=INFO
45
46
PY3TEST = $(PY3) -m pytest $(PYTESTOPTS)
47
requirements.txt
@@ -2,8 +2,7 @@ click >=8.1.3,<9
2
base58 >=2.0.1,<3
3
chacha20poly1305>=0.0.3
4
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
+hdwallet >=2.1.2,<3
7
mnemonic >=0.2, <1
8
qrcode >=7.3
9
shamir-mnemonic >=0.2, <1
0 commit comments