add template for python requirements.txt projects

This commit is contained in:
Noah Masur
2022-06-26 22:10:57 -04:00
parent e4b15ea100
commit 720ca5d94c
5 changed files with 71 additions and 0 deletions

View File

@ -93,6 +93,10 @@
path = ./templates/poetry;
description = "Poetry template";
};
python = {
path = ./templates/python;
description = "Legacy Python template";
};
};
};