mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Fix MCP deps, and put service on port 8000
This commit is contained in:
parent
11e00ff5fd
commit
50b831cd0a
2 changed files with 1 additions and 5 deletions
|
|
@ -34,7 +34,6 @@ setuptools.setup(
|
|||
python_requires='>=3.8',
|
||||
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
||||
install_requires=[
|
||||
"trustgraph-base>=1.1,<1.2",
|
||||
"mcp",
|
||||
"websockets",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue