File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
opentelemetry-instrumentation Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ dependencies = [
3232 " packaging >= 18.0" ,
3333]
3434
35+ [project .optional-dependencies ]
36+ gcs = [
37+ " google-cloud-storage==2.19.0"
38+ ]
39+ magic = [
40+ " python-magic==0.4.27"
41+ ]
42+
3543[project .scripts ]
3644opentelemetry-bootstrap = " opentelemetry.instrumentation.bootstrap:run"
3745opentelemetry-instrument = " opentelemetry.instrumentation.auto_instrumentation:run"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ packaging==24.0
55pluggy==1.5.0
66py-cpuinfo==9.0.0
77pytest==7.4.4
8+ python-magic==0.4.27
89tomli==2.0.1
910typing_extensions==4.12.2
1011wrapt==1.16.0
Original file line number Diff line number Diff line change 22
33if __name__ == "__main__" :
44 import sys
5-
65 sys .path .append ("../../../src" )
76
87import unittest
You can’t perform that action at this time.
0 commit comments