Add cryptography dep (#281)

This commit is contained in:
cybermaggedon 2025-01-27 17:04:09 +00:00 committed by GitHub
parent 477fd1420e
commit 26a586034c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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