Skip to content

Instantly share code, notes, and snippets.

@gchamon
Created May 3, 2023 15:16
Show Gist options
  • Save gchamon/c046bbb5340fc0926620e187ac360f31 to your computer and use it in GitHub Desktop.
Save gchamon/c046bbb5340fc0926620e187ac360f31 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "temp"
version = "0.1.0"
description = ""
authors = ["me"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[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