Commit a79b582
committed
fix(deps): add pip-tools lockfile with hash pinning — VC-53681
Introduces requirements.in and requirements-build.in as pip-tools source
manifests. requirements.txt and requirements-build.txt are now fully
hash-pinned lockfiles generated with pip-compile --generate-hashes,
covering all transitive dependencies with SHA-256 hashes.
Generated using Python 3.9 to ensure compatibility with the project's
supported Python versions (3.9, 3.10). No package versions were changed —
this purely adds auditability of transitive dependencies.1 parent c028585 commit a79b582
4 files changed
Lines changed: 852 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments