Skip to content

Instantly share code, notes, and snippets.

@joshorr
Last active June 7, 2021 21:16
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 joshorr/d25b9edb7e20d00dab565dce771b69dd to your computer and use it in GitHub Desktop.
Save joshorr/d25b9edb7e20d00dab565dce771b69dd to your computer and use it in GitHub Desktop.
Example pyproject.toml file that crashes poetry 1.2.0a1
[tool.poetry]
name = "poetry-demo"
version = "0.1.0"
description = ""
authors = ["Some Author"]
[tool.poetry.dependencies]
python = "^3.8"
pendulum = "^0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[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