[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",
]