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
Some checks failed
/ test (push) Failing after 31s
This commit is contained in:
parent
a94d27db0c
commit
98d67f0226
11 changed files with 239 additions and 57 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue