Fix: ignore venv and commit project files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,3 +23,4 @@ build/
|
||||
*.sqlite3
|
||||
*.db
|
||||
*.asc
|
||||
.venv/
|
||||
|
||||
@@ -27,5 +27,5 @@ For detailed examples and security tips, see `playbook.md`.
|
||||
## Security
|
||||
|
||||
- Operates offline by default.
|
||||
- Use `--secure-mode` for high-security operations.
|
||||
- Use `--off-screen` for high-security operations.
|
||||
- Always verify PGP keys and run on trusted systems.
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
PGPy
|
||||
bip-utils
|
||||
base58==2.1.1
|
||||
bip-utils==2.10.0
|
||||
pgpy==0.6.0
|
||||
pip-chill==1.0.3
|
||||
pip-tools==7.5.2
|
||||
pyzipper==0.3.6
|
||||
|
||||
@@ -4,14 +4,20 @@
|
||||
#
|
||||
# pip-compile
|
||||
#
|
||||
base58==2.1.1
|
||||
# via -r requirements.in
|
||||
bip-utils==2.10.0
|
||||
# via -r requirements.in
|
||||
build==1.3.0
|
||||
# via pip-tools
|
||||
cbor2==5.8.0
|
||||
# via bip-utils
|
||||
cffi==2.0.0
|
||||
# via
|
||||
# cryptography
|
||||
# pynacl
|
||||
click==8.3.1
|
||||
# via pip-tools
|
||||
coincurve==21.0.0
|
||||
# via bip-utils
|
||||
crcmod==1.7
|
||||
@@ -22,8 +28,14 @@ ecdsa==0.19.1
|
||||
# via bip-utils
|
||||
ed25519-blake2b==1.4.1
|
||||
# via bip-utils
|
||||
packaging==25.0
|
||||
# via build
|
||||
pgpy==0.6.0
|
||||
# via -r requirements.in
|
||||
pip-chill==1.0.3
|
||||
# via -r requirements.in
|
||||
pip-tools==7.5.2
|
||||
# via -r requirements.in
|
||||
py-sr25519-bindings==0.2.3
|
||||
# via bip-utils
|
||||
pyasn1==0.6.1
|
||||
@@ -32,7 +44,21 @@ pycparser==2.23
|
||||
# via cffi
|
||||
pycryptodome==3.23.0
|
||||
# via bip-utils
|
||||
pycryptodomex==3.23.0
|
||||
# via pyzipper
|
||||
pynacl==1.6.2
|
||||
# via bip-utils
|
||||
pyproject-hooks==1.2.0
|
||||
# via
|
||||
# build
|
||||
# pip-tools
|
||||
pyzipper==0.3.6
|
||||
# via -r requirements.in
|
||||
six==1.17.0
|
||||
# via ecdsa
|
||||
wheel==0.45.1
|
||||
# via pip-tools
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# pip
|
||||
# setuptools
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user