Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Optional tooling for tests, browser verification and style gates
-r requirements.txt
playwright>=1.45 # browser smoke test + screenshots (python3 -m playwright install chromium)
pyflakes>=3.2 # static lint used by test_all.sh when available
pyflakes>=3.4.0 # static lint used by test_all.sh when available
# JavaScript AST style gate: npm install typescript@5 (see tools/check_style.py)
Loading