mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +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",
|
||||
"requests",
|
||||
"pulsar-client",
|
||||
"aiohttp",
|
||||
"rdflib",
|
||||
"tabulate",
|
||||
"msgpack",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue