From 4e54a34d87056067c0110c00282f6a3248dc5f6f Mon Sep 17 00:00:00 2001 From: Astounds Date: Sat, 30 May 2026 00:34:34 -0500 Subject: feat: update README and HACKING, lock deps via pip-compile in Docker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- requirements.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 291bc74..0000000 --- a/requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ -Flask>=1.0.3 -Flask-Babel>=4.0.0 -Babel>=2.12.0 -gevent>=1.2.2 -Brotli>=1.0.7 -PySocks>=1.6.8 -urllib3>=1.24.1 -defusedxml>=0.5.0 -cachetools>=4.0.0 -stem>=1.8.0 -requests>=2.25.0 -- cgit v1.2.3