Put old deps back

This commit is contained in:
Cyber MacGeddon 2026-02-20 10:06:13 +00:00
parent 3e02dee02b
commit 48adbc8b6d

View file

@ -17,6 +17,7 @@ dependencies = [
"cohere", "cohere",
"cryptography", "cryptography",
"faiss-cpu", "faiss-cpu",
"falkordb",
"fastembed", "fastembed",
"ibis", "ibis",
"jsonschema", "jsonschema",
@ -27,11 +28,14 @@ dependencies = [
"mcp", "mcp",
"minio", "minio",
"mistralai", "mistralai",
"neo4j",
"nltk", "nltk",
"ollama", "ollama",
"openai", "openai",
"pinecone[grpc]",
"prometheus-client", "prometheus-client",
"pulsar-client", "pulsar-client",
"pymilvus",
"pypdf", "pypdf",
"pyyaml", "pyyaml",
"qdrant-client", "qdrant-client",
@ -120,4 +124,4 @@ wikipedia-lookup = "trustgraph.external.wikipedia:run"
include = ["trustgraph*"] include = ["trustgraph*"]
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
version = {attr = "trustgraph.flow_version.__version__"} version = {attr = "trustgraph.flow_version.__version__"}