From 3e02dee02b72ed807c14f88c333f13f4bf6f95cd Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 20 Feb 2026 09:46:25 +0000 Subject: [PATCH] Remove unused deps --- trustgraph-flow/pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index 499aa1c5..666104f7 100644 --- a/trustgraph-flow/pyproject.toml +++ b/trustgraph-flow/pyproject.toml @@ -17,7 +17,6 @@ dependencies = [ "cohere", "cryptography", "faiss-cpu", - "falkordb", "fastembed", "ibis", "jsonschema", @@ -28,14 +27,11 @@ dependencies = [ "mcp", "minio", "mistralai", - "neo4j", "nltk", "ollama", "openai", - "pinecone[grpc]", "prometheus-client", "pulsar-client", - "pymilvus", "pypdf", "pyyaml", "qdrant-client", @@ -124,4 +120,4 @@ wikipedia-lookup = "trustgraph.external.wikipedia:run" include = ["trustgraph*"] [tool.setuptools.dynamic] -version = {attr = "trustgraph.flow_version.__version__"} \ No newline at end of file +version = {attr = "trustgraph.flow_version.__version__"}