Add CLI, with init-db; tweak db container; misc minor tweaks in code for the init-db
Some checks failed
/ test (push) Failing after 31s

This commit is contained in:
phil 2024-12-15 19:19:35 +01:00
parent a94d27db0c
commit 98d67f0226
11 changed files with 239 additions and 57 deletions

View file

@ -31,12 +31,13 @@ dependencies = [
"uvicorn>=0.23.2",
"websockets>=12.0",
"pyxdg>=0.28",
"typer-slim>=0.15.1",
]
requires-python = ">=3.12"
readme = "README.md"
[project.scripts]
gisaf-backend = "gisaf_backend:main"
gisaf = "gisaf.cli:cli"
[project.optional-dependencies]
contextily = ["contextily>=1.4.0"]