html2pdf4doc: add missing dependency

This commit is contained in:
puzzlewolf
2026-02-27 17:11:50 +01:00
parent 8647f7d06d
commit 685f770a18
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
hatchling,
pypdf,
requests,
selenium,
versionCheckHook,
@@ -26,6 +27,7 @@ buildPythonPackage rec {
];
dependencies = [
pypdf
requests
selenium
webdriver-manager