Add missing dependencies
Add tile server Config: add defults Cosmetic refactorings
This commit is contained in:
parent
7e9e266157
commit
5dacc908f2
12 changed files with 434 additions and 187 deletions
|
@ -8,7 +8,7 @@ authors = [
|
|||
dependencies = [
|
||||
"apscheduler>=3.10.4",
|
||||
"asyncpg>=0.28.0",
|
||||
"fastapi>=0.104.1",
|
||||
"fastapi>=0.104.2",
|
||||
"geoalchemy2>=0.14.2",
|
||||
"geopandas>=0.14.0",
|
||||
"itsdangerous>=2.1.2",
|
||||
|
@ -26,6 +26,7 @@ dependencies = [
|
|||
"sqlmodel>=0.0.14",
|
||||
"uvicorn>=0.23.2",
|
||||
"websockets>=12.0",
|
||||
"aiosqlite>=0.19.0",
|
||||
]
|
||||
requires-python = ">=3.11,<4"
|
||||
readme = "README.md"
|
||||
|
@ -51,4 +52,5 @@ dev = [
|
|||
"pandas-stubs>=2.1.4.231218",
|
||||
"pretty-errors>=1.2.25",
|
||||
"types-psycopg2>=2.9.21.20",
|
||||
"types-PyYAML>=6.0.12.12",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue