mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-05 21:32:37 +02:00
Add missing aiohttp dep to trustgraph-cli, needed for knowledge cores (#297)
* Add missing aiohttp dep to trustgraph-cli, needed for knowledge cores
This commit is contained in:
parent
5029ab7ad9
commit
1000a9de8f
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ setuptools.setup(
|
||||||
"trustgraph-base>=0.21,<0.22",
|
"trustgraph-base>=0.21,<0.22",
|
||||||
"requests",
|
"requests",
|
||||||
"pulsar-client",
|
"pulsar-client",
|
||||||
|
"aiohttp",
|
||||||
"rdflib",
|
"rdflib",
|
||||||
"tabulate",
|
"tabulate",
|
||||||
"msgpack",
|
"msgpack",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue