Add gisaf models
Restructure config (map.tileServer)
This commit is contained in:
parent
90091e8a25
commit
80100fffd0
20 changed files with 2914 additions and 23 deletions
|
@ -21,6 +21,8 @@ dependencies = [
|
|||
"pydantic-settings>=2.0.3",
|
||||
"itsdangerous>=2.1.2",
|
||||
"passlib[bcrypt]>=1.7.4",
|
||||
"pyshp>=2.3.1",
|
||||
"orjson>=3.9.10",
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
|
@ -33,7 +35,7 @@ build-backend = "pdm.backend"
|
|||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"ipdb>=0.13.13",
|
||||
"sqlmodel @ git+https://github.com/honglei/sqlmodel.git#egg=sqlmodel",
|
||||
"sqlmodel @ git+https://github.com/mbsantiago/sqlmodel.git#egg=sqlmodel",
|
||||
]
|
||||
|
||||
[tool.pdm.version]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue