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] install requirements from pyproject.toml without installing project itself #12743

Closed
1 task done
gmankab opened this issue Jun 3, 2024 · 1 comment
Closed
1 task done
Labels
resolution: duplicate Duplicate of an existing issue/PR type: feature request Request for a new feature

Comments

@gmankab
Copy link

gmankab commented Jun 3, 2024

What's the problem this feature will solve?

pip install .

this commands installs all dependencies from pyproject.toml, but also it builds whole my project and installs it to

Describe the solution you'd like

can you please provide a way to install dependencies from pyproject.toml file without installing project itself

Alternative Solutions

uv tool allows to install requirements from pyproject.toml with this command:

uv pip install -r pyproject.toml

Additional context

Code of Conduct

@gmankab gmankab added S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature labels Jun 3, 2024
@pfmoore pfmoore added resolution: duplicate Duplicate of an existing issue/PR and removed S: needs triage Issues/PRs that need to be triaged labels Jun 3, 2024
@pfmoore
Copy link
Member

pfmoore commented Jun 3, 2024

Duplicate of #11440 (which is a follow-up to #8049).

@pfmoore pfmoore closed this as not planned Won't fix, can't repro, duplicate, stale Jun 3, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR type: feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants