Pyramid web app for inspecting arborist Merkle trees over sharded SQLite: document roots, inclusion proofs, an interactive 3D Merkle lattice (six.js / WebGL with graceful fallback), audit-chain linkage, and a live SSE event stream. Generated artifacts (env/, vendored static/six/ bundles, demo databases) are gitignored and rebuilt via the Makefile (venv, six, init-db, serve).
8 lines
134 B
Text
8 lines
134 B
Text
pyramid>=2.0
|
|
pyramid_jinja2>=2.10
|
|
pyramid_tm>=2.5
|
|
pyramid_retry>=2.1
|
|
SQLAlchemy>=2.0
|
|
alembic>=1.13
|
|
waitress>=3.0
|
|
zope.sqlalchemy>=3.1
|