mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-23 12:11:02 +02:00
Remove unused deps
This commit is contained in:
parent
2d8dbf4cdb
commit
3e02dee02b
1 changed files with 1 additions and 5 deletions
|
|
@ -17,7 +17,6 @@ dependencies = [
|
||||||
"cohere",
|
"cohere",
|
||||||
"cryptography",
|
"cryptography",
|
||||||
"faiss-cpu",
|
"faiss-cpu",
|
||||||
"falkordb",
|
|
||||||
"fastembed",
|
"fastembed",
|
||||||
"ibis",
|
"ibis",
|
||||||
"jsonschema",
|
"jsonschema",
|
||||||
|
|
@ -28,14 +27,11 @@ 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",
|
||||||
|
|
@ -124,4 +120,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__"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue