pulumi/tests/integration/python/uv-no-venv-option/pyproject.toml

9 lines
226 B
TOML

[project]
name = "uv"
version = "0.1.0"
description = "A Python project that uses the uv toolchain, without specifing the location for the virtualenv."
requires-python = ">=3.13"
dependencies = [
"pulumi>=3.0.0,<4.0.0",
]