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

Request: ability to uv pip install the dev-dependencies #7719

Closed
jamesbraza opened this issue Sep 26, 2024 · 2 comments
Closed

Request: ability to uv pip install the dev-dependencies #7719

jamesbraza opened this issue Sep 26, 2024 · 2 comments
Labels
question Asking for clarification or support

Comments

@jamesbraza
Copy link

Multiple of my teammates are not fully integrated with uv sync, and just want to install the core package editably with the dev-dependencies from a pyproject.toml's [uv.tool].

Can we have some way for uv pip install to install dev-dependencies?

My best idea for this is something like uv pip install -e .[dev], if there is no dev extra, will fall back on dev-dependencies.

Disclaimer: this may be considered in #3560 or #4730

@zanieb
Copy link
Member

zanieb commented Sep 26, 2024

You can use uv export --only-dev | uv pip sync -

@zanieb zanieb added the question Asking for clarification or support label Sep 26, 2024
@jamesbraza
Copy link
Author

Okay sounds good, thank you @zanieb ! 👍

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

No branches or pull requests

2 participants