-
Hi, is it possible to only install and lock packages, but not dev packages? |
Beta Was this translation helpful? Give feedback.
Answered by
matteius
Feb 2, 2024
Replies: 1 comment
-
Hey @nagydavid sorry I just saw this -- yes it is possible, doesn't pass the -d or --dev flag and it should just install packages. We plan to switch the install API to be inline with the upgrade and sync paths in the next major release, which means that in the future 2024 series, only |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nagydavid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @nagydavid sorry I just saw this -- yes it is possible, doesn't pass the -d or --dev flag and it should just install packages. We plan to switch the install API to be inline with the upgrade and sync paths in the next major release, which means that in the future 2024 series, only
pipenv lock
will lock everything.