diff --git a/trustgraph-base/pyproject.toml b/trustgraph-base/pyproject.toml index c4ef3c27..9a679062 100644 --- a/trustgraph-base/pyproject.toml +++ b/trustgraph-base/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ "pika", "confluent-kafka", "pyyaml", + "websockets", ] classifiers = [ "Programming Language :: Python :: 3",