Confusion about dev dependencies - what controls them? #2289
Replies: 2 comments 21 replies
-
If you leave out I suppose one way of syncing the default lockfile with
As this would end up installing any new or updated dependencies in your working environment from an updated lockfile, a subsequent So, basically your lockfile(s) should be in sync with your |
Beta Was this translation helpful? Give feedback.
-
@frostming This raises a question. We have a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm probably missing something obvious, but using pdm for the 1st time and I'm having a hard time figuring out how to install dev dependencies. I have this section:
After reading the documentation, I'd assume that these will be installed by default with
pdm install
. But they aren't. Andpdm install -d
reports:which doesn't quite make sense to me as the install command is supposed to modify the lock file.
What am I missing? I'm using pdm 2.9.3.
Beta Was this translation helpful? Give feedback.
All reactions