Add cryptography dep

This commit is contained in:
Cyber MacGeddon 2025-01-27 17:01:37 +00:00
parent 477fd1420e
commit 5d63dbc60d

View file

@ -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",