changeset 2148:2973ec5df7e4

add dep
author drewp@bigasterisk.com
date Wed, 17 May 2023 19:09:01 -0700
parents e27a45d2b90a
children cce16500f747
files pyproject.toml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Wed May 17 19:08:19 2023 -0700
+++ b/pyproject.toml	Wed May 17 19:09:01 2023 -0700
@@ -45,6 +45,8 @@
     "aiohttp>=3.8.1",
     "rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.23.0.tar.gz",
     "sse-starlette>=0.10.3",
+    "pydmxcontrol>=2.0.0",
+    "flask==2.2.4",
 ]
 requires-python = ">=3.9"