From e98775ed9623a5f91da41a23c725368e44c0cc5a Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 12 Feb 2026 07:58:57 +0100 Subject: [PATCH] Declare otel deps in install_requires - install_requires is used when pointing pip to a git repo - since that is what we do in xtesting, we need to declare the otel deps there since they would not be installed otherwise Issue-ID: INT-2351 Change-Id: I50c00e63a98da7671d94bbb3aaaac388ec5d9f97 Signed-off-by: Fiete Ostkamp --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 59ce305..78404e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,9 @@ install_requires = slack-sdk==3.21.3 pg8000==1.30.1 mysql-connector-python==8.3.0 + opentelemetry-distro>=0.51b0 + opentelemetry-instrumentation-requests>=0.51b0 + opentelemetry-exporter-otlp>=1.30.0 tests_require = mock pytest -- 2.16.6