Skip to content

Instantly share code, notes, and snippets.

@erny
Created June 14, 2021 09:14
Show Gist options
  • Save erny/1599224404436c6740a256329b6c3701 to your computer and use it in GitHub Desktop.
Save erny/1599224404436c6740a256329b6c3701 to your computer and use it in GitHub Desktop.
Poetry minimal pyproject.toml
[tool.poetry]
name = "kk"
version = "0.1.0"
description = ""
authors = ["Ernesto Revilla <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment