Add missing aiohttp dep to trustgraph-cli, needed for knowledge cores (#298)

This commit is contained in:
cybermaggedon 2025-02-04 12:23:24 +00:00 committed by GitHub
parent 5b5ae1c008
commit 5abfcde711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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