Add missing trustgraph-base dependency (#606)

This commit is contained in:
cybermaggedon 2026-01-09 14:48:44 +00:00 committed by GitHub
parent 16a5cf966a
commit 30ca1d2e8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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