We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a8c59 commit fa70492Copy full SHA for fa70492
_template/pyproject.toml
@@ -31,12 +31,6 @@ dependencies = [
31
"opentelemetry-api ~= 1.12",
32
]
33
34
-[project.optional-dependencies]
35
-test = [
36
- # add any test dependencies here
37
- "<REPLACE ME>",
38
-]
39
-
40
[project.entry-points.opentelemetry_instrumentor]
41
# REPLACE ME: the entrypoint for the instrumentor e.g
42
# sqlalchemy = "opentelemetry.instrumentation.sqlalchemy:SQLAlchemyInstrumentor"
0 commit comments