Commit 22308c5
committed
Add additional flags to
This commit adds the `--no-deps` and
`--require-hashes` flags that had been omitted
from the `uv pip install` command, and updates the
corresponding comment.
Rationale:
- `--no-deps` ensures we only install the resolved
dependency tree recorded in requirements.prod.txt (no additional dependency resolution).
- `--require-hashes` enforces that every package
has a hash entry in the requirements file,
keeping installs deterministic
Testing:
- Ran `just clean`, `just prodenv`, and `just
run-prod` locally.uv pip install command1 parent c0daee2 commit 22308c5
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
0 commit comments