mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 20:52:57 +08:00
@ -30,9 +30,6 @@ dependencies = [
|
|||||||
"rich>=10.0.0",
|
"rich>=10.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
|
||||||
test = []
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter/opentelemetry-exporter-richconsole"
|
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter/opentelemetry-exporter-richconsole"
|
||||||
|
|
||||||
|
@ -0,0 +1,21 @@
|
|||||||
|
asgiref==3.7.2
|
||||||
|
attrs==23.2.0
|
||||||
|
Deprecated==1.2.14
|
||||||
|
flaky==3.7.0
|
||||||
|
importlib-metadata==6.11.0
|
||||||
|
iniconfig==2.0.0
|
||||||
|
markdown-it-py==3.0.0
|
||||||
|
mdurl==0.1.2
|
||||||
|
packaging==23.2
|
||||||
|
pluggy==1.4.0
|
||||||
|
py==1.11.0
|
||||||
|
py-cpuinfo==9.0.0
|
||||||
|
Pygments==2.17.2
|
||||||
|
pytest==7.1.3
|
||||||
|
pytest-benchmark==4.0.0
|
||||||
|
rich==13.7.1
|
||||||
|
tomli==2.0.1
|
||||||
|
typing_extensions==4.10.0
|
||||||
|
wrapt==1.16.0
|
||||||
|
zipp==3.17.0
|
||||||
|
-e exporter/opentelemetry-exporter-richconsole
|
4
tox.ini
4
tox.ini
@ -432,7 +432,7 @@ commands_pre =
|
|||||||
|
|
||||||
aiopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg/test-requirements.txt
|
aiopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg/test-requirements.txt
|
||||||
|
|
||||||
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
|
richconsole: pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/test-requirements.txt
|
||||||
|
|
||||||
prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]
|
prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]
|
||||||
|
|
||||||
@ -615,7 +615,7 @@ commands_pre =
|
|||||||
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql/test-requirements.txt
|
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql/test-requirements.txt
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
|
||||||
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio/test-requirements.txt
|
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio/test-requirements.txt
|
||||||
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
|
pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/test-requirements.txt
|
||||||
# requires snappy headers to be available on the system
|
# requires snappy headers to be available on the system
|
||||||
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
|
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
|
||||||
pip install -r {toxinidir}/resource/opentelemetry-resource-detector-container/test-requirements.txt
|
pip install -r {toxinidir}/resource/opentelemetry-resource-detector-container/test-requirements.txt
|
||||||
|
Reference in New Issue
Block a user