From ce906394287b7cb01f7aa72026548e40e2a746e2 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Tue, 15 Apr 2025 23:41:17 +0530 Subject: [PATCH] Removed the unnesessary packages from tornado requirements file (#3411) Signed-off-by: Rahul Kumar --- .../test-requirements.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/instrumentation/opentelemetry-instrumentation-tornado/test-requirements.txt b/instrumentation/opentelemetry-instrumentation-tornado/test-requirements.txt index d8cba715f..07cd4106a 100644 --- a/instrumentation/opentelemetry-instrumentation-tornado/test-requirements.txt +++ b/instrumentation/opentelemetry-instrumentation-tornado/test-requirements.txt @@ -1,16 +1,11 @@ asgiref==3.8.1 -blinker==1.7.0 certifi==2024.7.4 charset-normalizer==3.3.2 click==8.1.7 Deprecated==1.2.14 -Flask==3.0.2 http_server_mock==1.7 idna==3.7 iniconfig==2.0.0 -itsdangerous==2.1.2 -Jinja2==3.1.6 -MarkupSafe==2.1.5 packaging==24.0 pluggy==1.5.0 py-cpuinfo==9.0.0 @@ -20,7 +15,6 @@ tomli==2.0.1 tornado==6.4.2 typing_extensions==4.12.2 urllib3==2.2.2 -Werkzeug==3.0.6 wrapt==1.16.0 zipp==3.19.2 -e opentelemetry-instrumentation