Commit ce8033a
committed
Pins the two third-party Python packages that the repo's dev tooling
imports, so a fresh clone is reproducible without ambient pip state:
- playwright>=1.54,<2.0 — tools/capture-gallery-hero.py (#67 / #94 hero PNG)
- jsonschema>=4.0,<5.0 — verify-plugin.sh, verify-security.sh,
verify-seed-expectations.sh, mock-bootstrap.sh,
generate-spec-anchor-audit.py
Preview Forge is not a Python package, so no pyproject.toml — a plain
requirements-dev.txt matches the script-driven nature of the Python side.
The capture-gallery-hero.py docstring now references the new install
contract.
Verified:
- python3 -m pip install -r requirements-dev.txt (fresh venv) — succeeds
- bash scripts/verify-plugin.sh — Pass: 57 / Fail: 0
- bash tests/fixtures/security/verify-security.sh — all defenses holding
- bash tests/e2e/mock-bootstrap.sh {standard,pro,max} — PASS x3
1 parent 2136c56 commit ce8033a
2 files changed
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
19 | 28 | | |
20 | 29 | | |
21 | 30 | | |
| |||
0 commit comments