Add live (redis and websockets)

Add modernised ipynb_tools
Add scheduler
Fix crs in settings
Lots of small fixes
This commit is contained in:
phil 2023-12-21 10:51:31 +05:30
parent 461c31fb6f
commit 47df53f4d1
15 changed files with 1614 additions and 61 deletions

View file

@ -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"]