poetry/tests/json/fixtures/source/complete_invalid_priority.toml

18 lines
338 B
TOML

[tool.poetry]
name = "foobar"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
[[tool.poetry.source]]
name = "pypi-simple"
url = "https://pypi.org/simple/"
priority = "arbitrary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"