Add missing dependency (#358)
This commit is contained in:
parent
10a448ee75
commit
aa31e73fec
|
|
@ -42,6 +42,7 @@ install_requires =
|
|||
opentelemetry-api == 1.0.0.dev0
|
||||
opentelemetry-sdk == 1.0.0.dev0
|
||||
grpcio ~= 1.27
|
||||
wrapt >= 1.0.0, < 2.0.0
|
||||
|
||||
[options.extras_require]
|
||||
test =
|
||||
|
|
|
|||
Loading…
Reference in New Issue