Skip to content

Instantly share code, notes, and snippets.

@fferegrino
Created October 24, 2022 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fferegrino/4dc43d3e33a645f01a1b332e5ee2ec7c to your computer and use it in GitHub Desktop.
Save fferegrino/4dc43d3e33a645f01a1b332e5ee2ec7c to your computer and use it in GitHub Desktop.
Messed up Poetry
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Antonio Feregrino <antonio.feregrino@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
[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