Skip to content

Commit

Permalink
mention lockfile should be checked into vcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Jul 18, 2024
1 parent 0b3e025 commit d7b5dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ install your project's dependencies.
`uv.lock` is a cross-platform lockfile that contains exact information about your
project's dependencies. Unlike the `pyproject.toml` which is used to specify the
broad requirements of your project, the lockfile contains the exact resolved versions
that are installed in the virtual environment. This allows for consistent and
reproducible installations across machines.
that are installed in the virtual environment. This file should be checked into version
control, allowing for consistent and reproducible installations across machines.

`uv.lock` is a human-readable TOML file but is managed by uv and should not be
edited manually.
Expand Down

0 comments on commit d7b5dd1

Please sign in to comment.