mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 20:52:57 +08:00
Fixing build failures (#928)
This commit is contained in:
@ -13,3 +13,4 @@ readme-renderer~=24.0
|
|||||||
grpcio-tools==1.29.0
|
grpcio-tools==1.29.0
|
||||||
mypy-protobuf>=1.23
|
mypy-protobuf>=1.23
|
||||||
protobuf>=3.13.0
|
protobuf>=3.13.0
|
||||||
|
markupsafe==2.0.1
|
||||||
|
@ -37,3 +37,5 @@ sqlalchemy>=1.0
|
|||||||
tornado>=5.1.1
|
tornado>=5.1.1
|
||||||
ddtrace>=0.34.0
|
ddtrace>=0.34.0
|
||||||
httpx>=0.18.0
|
httpx>=0.18.0
|
||||||
|
markupsafe==2.0.1
|
||||||
|
itsdangerous==2.0.1
|
@ -1,6 +1,7 @@
|
|||||||
-c dev-requirements.txt
|
-c dev-requirements.txt
|
||||||
astor==0.8.1
|
astor==0.8.1
|
||||||
jinja2~=2.7
|
jinja2~=2.7
|
||||||
|
markupsafe==2.0.1
|
||||||
isort
|
isort
|
||||||
black
|
black
|
||||||
requests
|
requests
|
||||||
|
@ -48,6 +48,7 @@ install_requires =
|
|||||||
test =
|
test =
|
||||||
moto~=2.0
|
moto~=2.0
|
||||||
opentelemetry-test-utils == 0.28b1
|
opentelemetry-test-utils == 0.28b1
|
||||||
|
markupsafe==2.0.1
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
where = src
|
||||||
|
@ -48,6 +48,7 @@ install_requires =
|
|||||||
test =
|
test =
|
||||||
moto[all] ~= 2.2.6
|
moto[all] ~= 2.2.6
|
||||||
opentelemetry-test-utils == 0.28b1
|
opentelemetry-test-utils == 0.28b1
|
||||||
|
markupsafe==2.0.1
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
where = src
|
||||||
|
@ -49,6 +49,7 @@ install_requires =
|
|||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
test =
|
test =
|
||||||
opentelemetry-test-utils == 0.28b1
|
opentelemetry-test-utils == 0.28b1
|
||||||
|
markupsafe==2.0.1
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
opentelemetry_instrumentor =
|
opentelemetry_instrumentor =
|
||||||
|
@ -46,6 +46,7 @@ install_requires =
|
|||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
test =
|
test =
|
||||||
opentelemetry-test-utils == 0.28b1
|
opentelemetry-test-utils == 0.28b1
|
||||||
|
markupsafe==2.0.1
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
where = src
|
||||||
|
Reference in New Issue
Block a user