Skip to content

Commit

Permalink
feat: add python dependencies (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
HomelessDinosaur authored May 4, 2023
2 parents 34429b8 + 99efd1f commit 81961c4
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 81961c4

Please sign in to comment.