commands.sh

poetry lock

all

Lock dependencies in `pyproject.toml` (without installing them). See also: `asdf`.

More info →

Examples (2)

Lock dependencies from the current directory's `pyproject.toml` file

Regenerate the existing lock file

poetry lock --regenerate
made by @shridhargupta | data from tldr-pages