-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install all transitive dependencies for Python instrumentation (#1483)
* Install all transitive dependencies for Python instrumentation Signed-off-by: Raphael Silva <[email protected]> * Fix conflit with botocore instrumentation Signed-off-by: Raphael Silva <[email protected]> --------- Signed-off-by: Raphael Silva <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,4 @@ | ||
opentelemetry-instrumentation-aiohttp-client==0.47b0 | ||
opentelemetry-util-http==0.47b0 | ||
asgiref~=3.8 | ||
opentelemetry-instrumentation-asgi==0.47b0 | ||
opentelemetry-instrumentation-asyncpg==0.47b0 | ||
opentelemetry-instrumentation-boto==0.47b0 | ||
opentelemetry-instrumentation-boto3sqs==0.47b0 | ||
opentelemetry-instrumentation-botocore==0.47b0 | ||
opentelemetry-instrumentation-celery==0.47b0 | ||
opentelemetry-instrumentation-dbapi==0.47b0 | ||
opentelemetry-instrumentation-django==0.47b0 | ||
opentelemetry-instrumentation-elasticsearch==0.47b0 | ||
opentelemetry-instrumentation-fastapi==0.47b0 | ||
opentelemetry-instrumentation-falcon==0.47b0 | ||
opentelemetry-instrumentation-flask==0.47b0 | ||
opentelemetry-instrumentation-grpc==0.47b0 | ||
opentelemetry-instrumentation-jinja2==0.47b0 | ||
opentelemetry-instrumentation-mysql==0.47b0 | ||
opentelemetry-instrumentation-psycopg2==0.47b0 | ||
opentelemetry-instrumentation-pymemcache==0.47b0 | ||
opentelemetry-instrumentation-pymongo==0.47b0 | ||
opentelemetry-instrumentation-pymysql==0.47b0 | ||
opentelemetry-instrumentation-pyramid==0.47b0 | ||
opentelemetry-instrumentation-redis==0.47b0 | ||
opentelemetry-instrumentation-requests==0.47b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.47b0 | ||
opentelemetry-instrumentation-sqlite3==0.47b0 | ||
opentelemetry-instrumentation-starlette==0.47b0 | ||
opentelemetry-instrumentation-tornado==0.47b0 | ||
opentelemetry-instrumentation-wsgi==0.47b0 | ||
# TODO: move these dependencies to requirements.txt when they stopped relying on a pinned version of | ||
# opentelemetry-propagator-aws-xray | ||
opentelemetry-instrumentation-aws-lambda==0.47b0 | ||
opentelemetry-instrumentation-botocore==0.47b0 |
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