Skip to content

Instantly share code, notes, and snippets.

@charlax
Created March 19, 2021 17:09
Show Gist options
  • Save charlax/e5d467487811056770230b8747d1bf32 to your computer and use it in GitHub Desktop.
Save charlax/e5d467487811056770230b8747d1bf32 to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "poetrytest"
version = "0.1.0"
description = ""
authors = ["Charlax <redacted>"]
[tool.poetry.dependencies]
python = "^3.9"
[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