-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove [test] package from fastapi instrumentation
Fixes #2201
- Loading branch information
Showing
3 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
instrumentation/opentelemetry-instrumentation-fastapi/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
annotated-types==0.6.0 | ||
anyio==4.3.0 | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
Deprecated==1.2.14 | ||
exceptiongroup==1.2.0 | ||
fastapi==0.109.2 | ||
h11==0.14.0 | ||
httpcore==1.0.4 | ||
httpx==0.27.0 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pydantic==2.6.2 | ||
pydantic_core==2.16.3 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
requests==2.31.0 | ||
sniffio==1.3.0 | ||
starlette==0.36.3 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
urllib3==2.2.1 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-asgi | ||
-e util/opentelemetry-util-http | ||
-e instrumentation/opentelemetry-instrumentation-fastapi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters