mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Add cryptography dep
This commit is contained in:
parent
477fd1420e
commit
5d63dbc60d
1 changed files with 21 additions and 20 deletions
|
|
@ -35,32 +35,33 @@ setuptools.setup(
|
||||||
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"trustgraph-base>=0.20,<0.21",
|
"trustgraph-base>=0.20,<0.21",
|
||||||
"urllib3",
|
"aiohttp",
|
||||||
"rdflib",
|
|
||||||
"pymilvus",
|
|
||||||
"langchain",
|
|
||||||
"langchain-core",
|
|
||||||
"langchain-text-splitters",
|
|
||||||
"langchain-community",
|
|
||||||
"requests",
|
|
||||||
"cassandra-driver",
|
|
||||||
"pulsar-client",
|
|
||||||
"pypdf",
|
|
||||||
"qdrant-client",
|
|
||||||
"tabulate",
|
|
||||||
"anthropic",
|
"anthropic",
|
||||||
"pyyaml",
|
"cassandra-driver",
|
||||||
"prometheus-client",
|
|
||||||
"cohere",
|
"cohere",
|
||||||
"openai",
|
"cryptography",
|
||||||
"neo4j",
|
"falkordb",
|
||||||
"tiktoken",
|
|
||||||
"google-generativeai",
|
"google-generativeai",
|
||||||
"ibis",
|
"ibis",
|
||||||
"jsonschema",
|
"jsonschema",
|
||||||
"aiohttp",
|
"langchain",
|
||||||
|
"langchain-community",
|
||||||
|
"langchain-core",
|
||||||
|
"langchain-text-splitters",
|
||||||
|
"neo4j",
|
||||||
|
"openai",
|
||||||
"pinecone[grpc]",
|
"pinecone[grpc]",
|
||||||
"falkordb",
|
"prometheus-client",
|
||||||
|
"pulsar-client",
|
||||||
|
"pymilvus",
|
||||||
|
"pypdf",
|
||||||
|
"pyyaml",
|
||||||
|
"qdrant-client",
|
||||||
|
"rdflib",
|
||||||
|
"requests",
|
||||||
|
"tabulate",
|
||||||
|
"tiktoken",
|
||||||
|
"urllib3",
|
||||||
],
|
],
|
||||||
scripts=[
|
scripts=[
|
||||||
"scripts/agent-manager-react",
|
"scripts/agent-manager-react",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue