make json_delta faster

This commit is contained in:
Henning Jacobs
2023-05-10 13:24:12 +02:00
parent eca2032e3f
commit 43c19c400d
6 changed files with 250 additions and 275 deletions

View File

@@ -6,7 +6,7 @@ description = "Kubernetes Operational View - read-only system dashboard for mult
authors = ["Henning Jacobs <henning@jacobs1.de>"]
[tool.poetry.dependencies]
python = ">=3.10,<4"
python = ">=3.11,<4"
click = "*"
flask = "*"
flask-dance = "*"