Open Kludex opened 6 months ago
The idea is to vendor/remove the following dependencies:
dependencies = [ "opentelemetry-sdk >= 1.21.0", "opentelemetry-exporter-otlp-proto-http >= 1.21.0", # vendor "opentelemetry-instrumentation >= 0.41b0", "rich >= 13.4.2", # remove "protobuf >= 4.23.4", # vendor "typing-extensions >= 4.1.0", "tomli >= 2.0.1; python_version < '3.11'", "executing>=2.0.1", # vendor ]
The first step here is actually to investigate the ratio between amount of work and dependencies removed.
Let's start by trying to remove rich.
rich
Description
The idea is to vendor/remove the following dependencies:
The first step here is actually to investigate the ratio between amount of work and dependencies removed.