From 44a3d367ed55c26cc3b935e5528779e6ab0c8993 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 25 Sep 2025 12:59:23 +0100 Subject: [PATCH] Fix pyproject.toml missing requests dep --- trustgraph-base/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/trustgraph-base/pyproject.toml b/trustgraph-base/pyproject.toml index 7f902289..c36cab10 100644 --- a/trustgraph-base/pyproject.toml +++ b/trustgraph-base/pyproject.toml @@ -12,6 +12,7 @@ requires-python = ">=3.8" dependencies = [ "pulsar-client", "prometheus-client", + "requests", ] classifiers = [ "Programming Language :: Python :: 3",