Skip to content

Instantly share code, notes, and snippets.

@intgr
Created October 13, 2020 20:02
Show Gist options
  • Save intgr/902441767488eb11ff253359665c6a7f to your computer and use it in GitHub Desktop.
Save intgr/902441767488eb11ff253359665c6a7f to your computer and use it in GitHub Desktop.
pyproject.toml that causes infinite loop in Poetry
[tool.poetry]
name = "xxxx"
version = "1.0.0"
description = " (╯°□°)╯︵ ┻━┻ "
authors = []
[tool.poetry.dependencies]
ruamel-yaml = "*"
[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