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:
cybermaggedon 2025-02-04 12:24:46 +00:00 committed by GitHub
parent 5029ab7ad9
commit 1000a9de8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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