This message was deleted.
# python
s
This message was deleted.
👀 1
h
We use pulumi + poetry. This was a good starting point for us, but I found that using local venvs via
virtualenvs.in-project
makes it easier for our team – no
poetry run pulumi {cmd}}
anymore.
l
🙌 1
👍 1
h
Yep this pretty well matches how we do things except for the
in-project
part