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