From 1000a9de8f2fc8b07d0635d29f5d6f0128ea4f47 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Tue, 4 Feb 2025 12:24:46 +0000 Subject: [PATCH] Add missing aiohttp dep to trustgraph-cli, needed for knowledge cores (#297) * Add missing aiohttp dep to trustgraph-cli, needed for knowledge cores --- trustgraph-cli/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trustgraph-cli/setup.py b/trustgraph-cli/setup.py index 7d3f513d..822ab765 100644 --- a/trustgraph-cli/setup.py +++ b/trustgraph-cli/setup.py @@ -37,6 +37,7 @@ setuptools.setup( "trustgraph-base>=0.21,<0.22", "requests", "pulsar-client", + "aiohttp", "rdflib", "tabulate", "msgpack",