Add missing dependency (#358)

This commit is contained in:
Diego Hurtado 2021-03-03 14:06:31 -06:00 committed by GitHub
parent 10a448ee75
commit aa31e73fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0.dev0
opentelemetry-sdk == 1.0.0.dev0 opentelemetry-sdk == 1.0.0.dev0
grpcio ~= 1.27 grpcio ~= 1.27
wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =