Skip to content

Commit 1667374

Browse files
committed
Add dependencies.
1 parent 8a4362e commit 1667374

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

opentelemetry-instrumentation/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
3644
opentelemetry-bootstrap = "opentelemetry.instrumentation.bootstrap:run"
3745
opentelemetry-instrument = "opentelemetry.instrumentation.auto_instrumentation:run"

opentelemetry-instrumentation/test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ packaging==24.0
55
pluggy==1.5.0
66
py-cpuinfo==9.0.0
77
pytest==7.4.4
8+
python-magic==0.4.27
89
tomli==2.0.1
910
typing_extensions==4.12.2
1011
wrapt==1.16.0

opentelemetry-instrumentation/tests/_blobupload/api/test_labels.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
if __name__ == "__main__":
44
import sys
5-
65
sys.path.append("../../../src")
76

87
import unittest

0 commit comments

Comments
 (0)