We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03472cc commit 9ea4201Copy full SHA for 9ea4201
instrumentation/opentelemetry-instrumentation-aws-lambda/pyproject.toml
@@ -20,6 +20,11 @@ classifiers = [
20
"Programming Language :: Python :: 3",
21
"Programming Language :: Python :: 3.8",
22
]
23
+dependencies = [
24
+ "opentelemetry-instrumentation == 0.46b0.dev",
25
+ "opentelemetry-propagator-aws-xray == 1.0.1",
26
+ "opentelemetry-semantic-conventions == 0.46b0.dev",
27
+]
28
29
[project.optional-dependencies]
30
instruments = []
0 commit comments