pulumi/sdk/python/toolchain
Julien d1a401fbcd
Don't use indentation in converted pyproject.toml files (#16678)
When converting from a requirements.txt to a pyproject.toml, we were
previously indenting each logical level in the file. Disable the
indentation to match the style of pyproject.toml files as generated
directly by Poetry.

Fixes https://github.com/pulumi/pulumi/issues/16657
2024-07-17 07:28:56 +00:00
..
pip.go Add VIRTUAL_ENV to env var when running in a venv (#16425) 2024-06-20 10:26:49 +00:00
pip_test.go Add VIRTUAL_ENV to env var when running in a venv (#16425) 2024-06-20 10:26:49 +00:00
poetry.go Don't use indentation in converted pyproject.toml files (#16678) 2024-07-17 07:28:56 +00:00
poetry_test.go Don't use indentation in converted pyproject.toml files (#16678) 2024-07-17 07:28:56 +00:00
shim_unix.go [Python] Move existing dependency installation and python command invocation to a Toolchain interface (#16243) 2024-06-03 13:52:27 +00:00
shim_windows.go [Python] Move existing dependency installation and python command invocation to a Toolchain interface (#16243) 2024-06-03 13:52:27 +00:00
toolchain.go Support Poetry as Python toolchain (#16315) 2024-06-06 14:16:24 +00:00
toolchain_test.go Support Poetry as Python toolchain (#16315) 2024-06-06 14:16:24 +00:00