Skip to content

Commit

Permalink
Revert "Force AwsLambda rely on deps elsewhere"
Browse files Browse the repository at this point in the history
This reverts commit 45dd80f.
  • Loading branch information
tammy-baylis-swi committed Apr 30, 2024
1 parent 03472cc commit 9ea4201
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
]
dependencies = [
"opentelemetry-instrumentation == 0.46b0.dev",
"opentelemetry-propagator-aws-xray == 1.0.1",
"opentelemetry-semantic-conventions == 0.46b0.dev",
]

[project.optional-dependencies]
instruments = []
Expand Down

0 comments on commit 9ea4201

Please sign in to comment.