StatCan / datascience-cookiecutter

A Cookiecutter template for Data Science Projects in Python
MIT License
7 stars 1 forks source link

Required dependecies section missing #31

Closed chritter closed 2 years ago

chritter commented 2 years ago

Hello,

There is no section for declaring the required dependencies. Of course there might be none as you removed the original cookiecutter dependency on click, but I would still add it to the setup.cfg since you opted for it:

[options]
#...
install_requires =
goatsweater commented 2 years ago

It's probably also a good idea to include support for extras that we expect people to encounter, like a dev state that includes the linter packages.