-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Currently, the docs group should be under project.optional-dependencies, but that gets also shipped to the end user. Package managers like uv add the groups under dependency-groups.
It seems like the following PR enables specifying dependency-groups needed to be installed: pypa/pip#12963
I am not sure if it is already available, but I would keep an eye on it :)
| Feature | project.optional-dependencies | dependency-groups |
|---|---|---|
| Scope | Published | Local |
| Purpose | Optional features for users | Dev/internal tools |
| Installation | pip install package[extra] | Not for end users |
| Core Functionality | Enhances, not required | Not part of package |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels