Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: use new style of poetry dependency declarations #1316

Open
dbatten5 opened this issue Mar 17, 2023 · 1 comment
Open

Proposal: use new style of poetry dependency declarations #1316

dbatten5 opened this issue Mar 17, 2023 · 1 comment

Comments

@dbatten5
Copy link

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?

@joelb123
Copy link

joelb123 commented Apr 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants