diff options
| author | Astounds <kirito@disroot.org> | 2026-05-30 00:34:34 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-05-30 00:34:34 -0500 |
| commit | 4e54a34d87056067c0110c00282f6a3248dc5f6f (patch) | |
| tree | d85617414cb083447523238803ba88146a0dc543 /requirements-dev.txt | |
| parent | ed2af5e3d7a3fcd5a1f383003b6723f5d419f634 (diff) | |
| download | yt-local-4e54a34d87056067c0110c00282f6a3248dc5f6f.tar.lz yt-local-4e54a34d87056067c0110c00282f6a3248dc5f6f.tar.xz yt-local-4e54a34d87056067c0110c00282f6a3248dc5f6f.zip | |
Use pip-compile --generate-hashes in the Docker build stage so that
the runtime stage installs pinned dependencies with verified integrity,
ensuring fully reproducible container builds.
- Add Docker section to README
- Fix Python badge (3.7+ → 3.11+) and outdated docs links
- Upgrade pip, setuptools, and wheel in Dockerfile to fix grype findings
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index 7174282..0000000 --- a/requirements-dev.txt +++ /dev/null @@ -1,5 +0,0 @@ -# Include all production requirements --r requirements.txt - -# Development requirements -pytest>=6.2.1 |
