Skip to content

Commit

Permalink
add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HomelessDinosaur committed May 4, 2023
1 parent 6226b1c commit 99efd1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def get_current_version_tag():
setup_requires=["wheel"],
install_requires=[
"asyncio",
"protobuf==3.19.5",
"betterproto==2.0.0b5",
"opentelemetry-api",
"opentelemetry-sdk",
"opentelemetry-exporter-otlp-proto-grpc",
Expand Down

0 comments on commit 99efd1f

Please sign in to comment.