File tree 3 files changed +25
-4
lines changed
exporter/opentelemetry-exporter-prometheus-remote-write
3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ dependencies = [
32
32
]
33
33
34
34
[project .optional-dependencies ]
35
- test = []
36
-
37
- [project .urls ]
38
35
Homepage = " https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter/opentelemetry-exporter-prometheus-remote-write"
39
36
40
37
[tool .hatch .version ]
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ certifi==2024.2.2
4
+ charset-normalizer==3.3.2
5
+ cramjam==2.8.1
6
+ Deprecated==1.2.14
7
+ idna==3.6
8
+ importlib-metadata==6.11.0
9
+ iniconfig==2.0.0
10
+ packaging==23.2
11
+ pluggy==1.4.0
12
+ protobuf==4.25.3
13
+ py==1.11.0
14
+ py-cpuinfo==9.0.0
15
+ pytest==7.1.3
16
+ pytest-benchmark==4.0.0
17
+ python-snappy==0.7.1
18
+ requests==2.31.0
19
+ tomli==2.0.1
20
+ typing_extensions==4.10.0
21
+ urllib3==2.2.1
22
+ wrapt==1.16.0
23
+ zipp==3.17.0
24
+ -e ../../../exporter/opentelemetry-exporter-prometheus-remote-write
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ commands_pre =
468
468
469
469
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
470
470
471
- prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]
471
+ python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write
472
472
473
473
sklearn: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
474
474
You can’t perform that action at this time.
0 commit comments