neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

[Feature] Add empty `dependencies` section in `pyproject.toml`? #52

Closed dstansby closed 6 months ago

dstansby commented 1 year ago

Is your feature request related to a problem? Please describe. Since most projects will need to include dependencies, it might be good to include an empty dependencies section in the generated pyproject.toml file, so it's easy to fill in for new projects?

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

adamltyson commented 1 year ago

@dstansby good idea. We didn't want to add in some dummy dependencies (that the user may leave in forever), but I don't know why we didn't think of an empty section. I assume this doesn't cause any issues when installing?