Skip to content

Instantly share code, notes, and snippets.

@edran
Created February 17, 2022 11:15
Show Gist options
  • Save edran/94390e75b37579c96f8f733acafb0062 to your computer and use it in GitHub Desktop.
Save edran/94390e75b37579c96f8f733acafb0062 to your computer and use it in GitHub Desktop.
Reproducing poetry issue
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Nantas Nardelli <nantas@carbonre.tech>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
[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