Skip to content

Instantly share code, notes, and snippets.

@jdinunzio
Created September 30, 2022 15:25
Show Gist options
  • Save jdinunzio/88eab585ffbc687717de91cf8c291a8c to your computer and use it in GitHub Desktop.
Save jdinunzio/88eab585ffbc687717de91cf8c291a8c to your computer and use it in GitHub Desktop.
pyproject version dependency
[tool.poetry]
name = "mylib"
version = "0.1.0"
description = ""
authors = ["Jose Di Nunzio <jose.dinunzio@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
opentelemetry-sdk = "^1.13.0"
opentelemetry-exporter-otlp = "^1.13.0"
opentelemetry-exporter-otlp-proto-http = "^1.13.0"
opentelemetry-instrumentation-logging = "^0.34b0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment