Declare otel deps in install_requires 04/143204/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 12 Feb 2026 06:58:57 +0000 (07:58 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 12 Feb 2026 06:58:57 +0000 (07:58 +0100)
- 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 <fiete.ostkamp@telekom.de>
setup.cfg

index 59ce305..78404e3 100644 (file)
--- 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