Add missing aiohttp dep to trustgraph-cli, needed for knowledge cores

This commit is contained in:
Cyber MacGeddon 2025-02-04 12:21:51 +00:00
parent 5b5ae1c008
commit d0c47834c3

View file

@ -37,6 +37,7 @@ setuptools.setup(
"trustgraph-base>=0.20,<0.21",
"requests",
"pulsar-client",
"aiohttp",
"rdflib",
"tabulate",
"msgpack",