Add live (redis and websockets)
Add modernised ipynb_tools Add scheduler Fix crs in settings Lots of small fixes
This commit is contained in:
parent
461c31fb6f
commit
47df53f4d1
15 changed files with 1614 additions and 61 deletions
|
@ -24,10 +24,16 @@ dependencies = [
|
|||
"orjson>=3.9.10",
|
||||
"sqlmodel>=0.0.14",
|
||||
"redis>=5.0.1",
|
||||
"websockets>=12.0",
|
||||
"apscheduler>=3.10.4",
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
license = {text = "GPLv3"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
contextily = ["contextily>=1.4.0"]
|
||||
all = ["gisaf[contextily]"]
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue