# HG changeset patch # User drewp@bigasterisk.com # Date 2023-05-18 02:09:01 # Node ID 2973ec5df7e4df6555d96392c2930257e5d3cdab # Parent e27a45d2b90ac2c854172cf69008928558bd8fb5 add dep diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,8 @@ dependencies = [ "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"