Skip to content

Instantly share code, notes, and snippets.

@adammarples
Created October 26, 2022 11:34
Show Gist options
  • Save adammarples/256b00800dbecacccde7ec8700807c94 to your computer and use it in GitHub Desktop.
Save adammarples/256b00800dbecacccde7ec8700807c94 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "sample"
version = "0.1.0"
description = ""
authors = [""]
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