Skip to content

Commit

Permalink
add requests to pyproject toml since it's now a direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier committed Aug 29, 2024
1 parent db1b376 commit df4c3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"opentelemetry-exporter-otlp-proto-grpc>=1.0.0,<2",
"opentelemetry-exporter-otlp-proto-http>=1.0.0,<2",
"opentelemetry-instrumentation-flask>=0.12b0,<1",
"requests>=2.32.3"
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit df4c3fe

Please sign in to comment.