cookiecutter-hypermodern-python icon indicating copy to clipboard operation
cookiecutter-hypermodern-python copied to clipboard

Proposal: use new style of poetry dependency declarations

Open dbatten5 opened this issue 2 years ago • 1 comments
trafficstars

As of poetry version 1.something the new way to declare dependencies is in groups, see here. This also makes it easier to install just the relevant dependencies in github actions etc. Could this cookiecutter be updated to be in line with these rcommendations?

dbatten5 avatar Mar 17 '23 11:03 dbatten5

I strongly second this. It's ugly having to put module test dependencies when we could simply do installs with my module[test]. This would also make CI installs cleaner and more reflective of what a user would see.

joelb123 avatar Apr 05 '23 15:04 joelb123