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"