update config by POST to script

This commit is contained in:
Chris Oloff 2025-11-21 16:18:03 +02:00
parent 09edceb73c
commit 3b3b8f1ac1
3 changed files with 43 additions and 4 deletions

View file

@ -23,6 +23,7 @@ jupyterlab = "^4.4.10"
pandas-stubs = "^2.3.2.250926"
websockets = "^15.0.1"
pydantic = "^2.12.4"
httpx = "^0.28.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
pytest-cov = "^5.0.0"