mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
6eb2a79cf0
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
320 B
320 B
poetry lock
Lock dependencies in
pyproject.toml(without installing them). See also:asdf. More information: https://python-poetry.org/docs/cli/#lock.
- Lock dependencies from the current directory's
pyproject.tomlfile:
poetry lock
- Regenerate the existing lock file:
poetry lock --regenerate