Fixing build failures (#928)

This commit is contained in:
Ashutosh Goel
2022-03-02 02:48:14 +05:30
committed by GitHub
parent 1080b04902
commit ca5a4a16a5
7 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,7 @@
-c dev-requirements.txt
astor==0.8.1
jinja2~=2.7
markupsafe==2.0.1
isort
black
requests

View File

@ -48,6 +48,7 @@ install_requires =
test =
moto~=2.0
opentelemetry-test-utils == 0.28b1
markupsafe==2.0.1
[options.packages.find]
where = src

View File

@ -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

View File

@ -49,6 +49,7 @@ install_requires =
[options.extras_require]
test =
opentelemetry-test-utils == 0.28b1
markupsafe==2.0.1
[options.entry_points]
opentelemetry_instrumentor =

View File

@ -46,6 +46,7 @@ install_requires =
[options.extras_require]
test =
opentelemetry-test-utils == 0.28b1
markupsafe==2.0.1
[options.packages.find]
where = src