mirror of
https://github.com/ycd/manage-fastapi.git
synced 2021-11-08 01:34:39 +03:00
9 lines
255 B
JSON
9 lines
255 B
JSON
{
|
|
"name": "{{ cookiecutter.name }}",
|
|
"packaging": "{{ cookiecutter.packaging }}",
|
|
"username": "{{ cookiecutter.username }}",
|
|
"email": "{{ cookiecutter.email }}",
|
|
"python": "{{ cookiecutter.python }}",
|
|
"fastapi": "{{ cookiecutter.fastapi }}"
|
|
}
|