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

Support PEP-735 dependency-groups #132

Open
lordmauve opened this issue Jan 21, 2025 · 0 comments
Open

Support PEP-735 dependency-groups #132

lordmauve opened this issue Jan 21, 2025 · 0 comments

Comments

@lordmauve
Copy link
Contributor

PEP-735 adds support for groups of package dependencies at a project level. These packages are intended to capture dev tools needed for the projects.

Unlike extras, dependency-groups are not exposed in the built package. Indeed dependency-groups do not imply that the package itself is to be installed.

The intention and flexibility of dependency groups makes them a more appropriate system for a dev tool like thx than extras. We should add support for dependency groups alongside extras.

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

1 participant