mirror of https://github.com/pulumi/pulumi.git
9 lines
196 B
TOML
9 lines
196 B
TOML
![]() |
[project]
|
||
|
name = "uv"
|
||
|
version = "0.1.0"
|
||
|
description = "A Python project that uses the uv toolchain and a main directory."
|
||
|
requires-python = ">=3.13"
|
||
|
dependencies = [
|
||
|
"pulumi>=3.0.0,<4.0.0",
|
||
|
]
|