Adds missing standard artifacts: - README.md (if missing) - AGENTS.md (AI agent contract) - PLAN.md (current sprint) - STATUS.md (where we are) - DEVELOPMENT.md (dev workflow) - DEPLOYMENT.md (deploy procedure) - TESTING.md (test strategy) - DECISIONS.md (ADR index + templates) - .github/CODEOWNERS - .github/workflows/ci.yml Preserves all existing artifacts. Refs: RugMunchMedia/fleet-template
22 lines
483 B
Text
22 lines
483 B
Text
# WalletPress — pinned dependencies for reproducible builds
|
|
# Generated: 2026-06-30
|
|
# Run `python3 -m pip freeze | grep -v walletpress > requirements.lock` to regenerate
|
|
|
|
fastapi==0.128.8
|
|
uvicorn==0.49.0
|
|
pydantic==2.12.5
|
|
pydantic-settings==2.14.2
|
|
coincurve==21.0.0
|
|
ecdsa==0.19.2
|
|
base58==2.1.1
|
|
PyNaCl==1.5.0
|
|
cryptography==48.0.1
|
|
httpx==0.28.1
|
|
aiosqlite==0.20.0
|
|
bip-utils==2.12.1
|
|
qrcode==7.4.2
|
|
argon2-cffi==25.1.0
|
|
PyYAML==6.0.3
|
|
alembic==1.13.3
|
|
SQLAlchemy==2.0.36
|
|
APScheduler==3.11.2
|