Skip to content

Instantly share code, notes, and snippets.

@nikmolnar
Created March 31, 2021 00:56
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 nikmolnar/cc95e80d0cf6c9256b53294b759b3881 to your computer and use it in GitHub Desktop.
Save nikmolnar/cc95e80d0cf6c9256b53294b759b3881 to your computer and use it in GitHub Desktop.
Example poetry error
[tool.poetry]
name = "poetry-bug"
version = "0.1.0"
description = ""
authors = ["Me"]
[tool.poetry.dependencies]
python = "^2.7"
[tool.poetry.dev-dependencies]
pytest = "*"
[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