chore: add scripts/ci.py for Gitea CI pipeline status

Copies ci.py from beanflows (same script, shared across projects).
Adds msgspec dev dependency required by the script.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-03-06 15:38:42 +01:00
parent 77ec3a289f
commit 277c92e507
3 changed files with 411 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ members = [
[dependency-groups]
dev = [
"hypothesis>=6.151.6",
"msgspec>=0.20.0",
"niquests>=3.14.0",
"playwright>=1.58.0",
"pytest>=8.0.0",