0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-13 08:01:49 +00:00
renovatebot_renovate/lib/modules/manager/poetry/__fixtures__/pyproject.12.toml
2022-11-01 06:16:13 +00:00

15 lines
242 B
TOML

[tool.poetry]
name = "example 12"
include = [
"README.md",
{ path = "tests", format = "sdist" }
]
exclude = [
"afile",
{ path = "adir", format = ["wheel"] }
]
[tool.poetry.dependencies]
python = "^3.9"
dep1 = "0.0.0"
dep2 = "^0.6.0"