- 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>
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