feat(scripts): add biomass_poller with httpx and loguru

Poll GET /api/v1/biomass/real/camera/ and /health/result/; add loguru to fish_api dev deps.

Made-with: Cursor
This commit is contained in:
zaiun xu
2026-04-08 20:02:05 +08:00
parent d0c53068dd
commit 3078b18cfe
2 changed files with 93 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
]
[dependency-groups]
dev = ["httpx>=0.28.1"]
dev = ["httpx>=0.28.1", "loguru>=0.7.0"]
[project.scripts]
fish-action-watch = "app.action_watch_cli:main"