Replies: 1 comment 5 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
again thank you for this awesome piece of software.
Now to my question, is it possible to install only a
dev-dependencies
dependency without installingprod
dependencies.Example use case:
I have two packages A and B.
A has some dependencies but nothing special
B has A as a dependency and other packages.
I want to use both packages in on project (git). A is my infrastructure package and B my pipeline package.
Because A is a dependency of B and there are version constraints, I cannot use B if A is installed in a venv.
Therefore it would be really nice to allow creating e.g. a venv and only install B in it. But keep everything in
pdm.lock
.Maybe there is a workaround or a solution out there and I couldn't find it.
Thank you all for your help
Beta Was this translation helpful? Give feedback.
All reactions