Skip to content

Commit

Permalink
Add dependency on importlib-metadata for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Apr 21, 2023
1 parent a360c98 commit 8037857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"msrest>=0.6.10",
"opentelemetry-api==1.17.0",
"opentelemetry-sdk==1.17.0",
"importlib-metadata>=1.4.0; python_version < '3.8'"
],
entry_points={
"opentelemetry_traces_exporter": [
Expand Down

0 comments on commit 8037857

Please sign in to comment.