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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user