mirror of https://github.com/pulumi/pulumi.git
14 lines
242 B
TOML
14 lines
242 B
TOML
![]() |
[tool.poetry]
|
||
|
name = "pulumi-python-poetry"
|
||
|
description = ""
|
||
|
package-mode = false
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.8"
|
||
|
pulumi = "*"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|