Add missing trustgraph-base dependency

This commit is contained in:
Cyber MacGeddon 2026-01-09 14:47:04 +00:00
parent 16a5cf966a
commit 3633e7ee85

View file

@ -12,6 +12,7 @@ requires-python = ">=3.8"
dependencies = [ dependencies = [
"mcp", "mcp",
"websockets", "websockets",
"trustgraph-base",
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",