comparison pyproject.toml @ 27:32cfefe3155b

try harder to crash if there's an mqtt error, so k8s does a full restart
author drewp@bigasterisk.com
date Sat, 23 Mar 2024 15:25:02 -0700
parents e3dbd04dab96
children
comparison
equal deleted inserted replaced
26:33b3eb24506e 27:32cfefe3155b
7 ] 7 ]
8 dependencies = [ 8 dependencies = [
9 "ruff>=0.0.286", 9 "ruff>=0.0.286",
10 "starlette-exporter>=0.13.0", 10 "starlette-exporter>=0.13.0",
11 "starlette>=0.20.4", 11 "starlette>=0.20.4",
12 "uvicorn[standard]>=0.18.2", 12 "uvicorn>=0.29.0",
13 "background-loop>=1.3.0", 13 "background-loop>=1.3.0",
14 "patchablegraph>=1.5.0", 14 "patchablegraph>=1.5.0",
15 "rdfdb==0.24.0", 15 "rdfdb==0.24.0",
16 "dataclasses-json>=0.6.3", 16 "dataclasses-json>=0.6.3",
17 "aiomqtt>=2.0.0", 17 "aiomqtt>=2.0.0",