diff --git a/trustgraph-flow/setup.py b/trustgraph-flow/setup.py index 83b027dd..bea1d496 100644 --- a/trustgraph-flow/setup.py +++ b/trustgraph-flow/setup.py @@ -35,32 +35,33 @@ setuptools.setup( download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz", install_requires=[ "trustgraph-base>=0.20,<0.21", - "urllib3", - "rdflib", - "pymilvus", - "langchain", - "langchain-core", - "langchain-text-splitters", - "langchain-community", - "requests", - "cassandra-driver", - "pulsar-client", - "pypdf", - "qdrant-client", - "tabulate", + "aiohttp", "anthropic", - "pyyaml", - "prometheus-client", + "cassandra-driver", "cohere", - "openai", - "neo4j", - "tiktoken", + "cryptography", + "falkordb", "google-generativeai", "ibis", "jsonschema", - "aiohttp", + "langchain", + "langchain-community", + "langchain-core", + "langchain-text-splitters", + "neo4j", + "openai", "pinecone[grpc]", - "falkordb", + "prometheus-client", + "pulsar-client", + "pymilvus", + "pypdf", + "pyyaml", + "qdrant-client", + "rdflib", + "requests", + "tabulate", + "tiktoken", + "urllib3", ], scripts=[ "scripts/agent-manager-react",