fix(docker): use python:3.13-slim base image, switch hypercorn → granian
Some checks failed
CI / test-cli (push) Failing after 7s
CI / test-sqlmesh (push) Failing after 6s
CI / test-web (push) Failing after 6s
CI / tag (push) Has been skipped

This commit is contained in:
Deeman
2026-02-28 23:52:00 +01:00
parent d6bd5d927c
commit b5fae9d528
3 changed files with 57 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ dependencies = [
"itsdangerous>=2.1.0",
"jinja2>=3.1.0",
"hypercorn>=0.17.0",
"granian>=2.7.2",
]
[build-system]