feat(naive-python): Add Cookiecutter template to create a Python project
This commit is contained in:
		| @@ -0,0 +1,14 @@ | ||||
| {%- if cookiecutter.rich_logging == "yes" -%} | ||||
| # | ||||
| # This file is autogenerated by pip-compile with python 3.10 | ||||
| # To update, run: | ||||
| # | ||||
| #    pip-compile | ||||
| # | ||||
| commonmark==0.9.1 | ||||
|     # via rich | ||||
| pygments==2.12.0 | ||||
|     # via rich | ||||
| rich==12.4.4 | ||||
|     # via -r requirements.in | ||||
| {% endif -%} | ||||
		Reference in New Issue
	
	Block a user