Skip to content

Instantly share code, notes, and snippets.

@LK
Created January 9, 2023 18:50
Show Gist options
  • Save LK/3fcddd8f6cfe3ec00cfcc514e7700446 to your computer and use it in GitHub Desktop.
Save LK/3fcddd8f6cfe3ec00cfcc514e7700446 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "api-server-apps"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
packages = []
[tool.poetry.dependencies]
python = "3.9.15"
# opencensus = {git = "https://github.com/instabase/opencensus-python", rev = "ec72cd39b431ec28ebcf72861852bccaef00c961"}
# opencensus-ext-prometheus = {git = "https://github.com/instabase/opencensus-python/", rev = "ec72cd39b431ec28ebcf72861852bccaef00c961", subdirectory = "contrib/opencensus-ext-prometheus"}
opencensus = "0.7.13"
opencensus-ext-prometheus = "0.2.1"
[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