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