Add python-poetry
to cdktf-cli
built-in templates
#2838
Labels
cdktf-cli
enhancement
New feature or request
language/python
priority/awaiting-more-evidence
Lowest priority. Unlikely to be worked on unless/until it gets a lot more upvotes.
Poetry has become the most popular tool for managing Python projects and also projen allows you to set up your repo with that. CDKTF already supports built-in templates for
python
(pipenv) andpython-pip
(pip) so I think there should be space forpython-poetry
(Poetry) as well.There's also an existing template that works very well.
The text was updated successfully, but these errors were encountered: