Merge pull request #327670 from SuperSandro2000/html-sanitizer

This commit is contained in:
Sandro 2024-07-17 13:59:34 +02:00 committed by GitHub
commit afbd9afe77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
fetchFromGitHub,
hatchling,
lxml,
lxml-html-clean,
beautifulsoup4,
pytestCheckHook,
pythonOlder,
@ -27,6 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
lxml
lxml-html-clean
beautifulsoup4
];