add requirements

This commit is contained in:
LC
2026-01-03 18:03:20 +00:00
parent dbe5dc99d4
commit 4d4b94a5d5
2 changed files with 25 additions and 2 deletions

View File

@@ -1 +1,2 @@
PGPy PGPy
bip-utils

View File

@@ -4,13 +4,35 @@
# #
# pip-compile ./requirements.in # pip-compile ./requirements.in
# #
bip-utils==2.10.0
# via -r requirements.in
cbor2==5.8.0
# via bip-utils
cffi==2.0.0 cffi==2.0.0
# via cryptography # via
# cryptography
# pynacl
coincurve==21.0.0
# via bip-utils
crcmod==1.7
# via bip-utils
cryptography==46.0.3 cryptography==46.0.3
# via pgpy # via pgpy
ecdsa==0.19.1
# via bip-utils
ed25519-blake2b==1.4.1
# via bip-utils
pgpy==0.6.0 pgpy==0.6.0
# via -r requirements.in # via -r requirements.in
py-sr25519-bindings==0.2.3
# via bip-utils
pyasn1==0.6.1 pyasn1==0.6.1
# via pgpy # via pgpy
pycparser==2.23 pycparser==2.23
# via cffi # via cffi
pycryptodome==3.23.0
# via bip-utils
pynacl==1.6.2
# via bip-utils
six==1.17.0
# via ecdsa