From a7650980f940b8c3935e1cdd74469ac46570974f Mon Sep 17 00:00:00 2001 From: Victor Lomuller Date: Thu, 8 May 2025 12:50:13 +0100 Subject: [PATCH] Add requests and beautifulsoup4 Add new libs used by the SPIR-V toolchain --- asciidoctor-spec.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoctor-spec.Dockerfile b/asciidoctor-spec.Dockerfile index 4d726be..94d9217 100644 --- a/asciidoctor-spec.Dockerfile +++ b/asciidoctor-spec.Dockerfile @@ -80,7 +80,7 @@ env PATH="$VIRTUAL_ENV/bin:$PATH" run pip3 install \ wheel setuptools \ codespell lxml meson networkx pygments pyparsing pytest termcolor \ - reuse utidylib + reuse utidylib requests beautifulsoup4 # JavaScript packages # escape-string-regexp is locked @2.0.0 because the current version is an