pulumi/tests/integration/python/uv-parent/pyproject.toml

9 lines
222 B
TOML

[project]
name = "uv"
version = "0.1.0"
description = "A Python project that uses the uv toolchain where the pyproject.toml is in a parent folder."
requires-python = ">=3.13"
dependencies = [
"pulumi>=3.0.0,<4.0.0",
]