Request: ability to uv pip install
the dev-dependencies
#7719
Labels
question
Asking for clarification or support
uv pip install
the dev-dependencies
#7719
Multiple of my teammates are not fully integrated with
uv sync
, and just want to install the core package editably with thedev-dependencies
from apyproject.toml
's[uv.tool]
.Can we have some way for
uv pip install
to installdev-dependencies
?My best idea for this is something like
uv pip install -e .[dev]
, if there is nodev
extra, will fall back ondev-dependencies
.Disclaimer: this may be considered in #3560 or #4730
The text was updated successfully, but these errors were encountered: