Unverified Commit afbd9afe authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #327670 from SuperSandro2000/html-sanitizer

parents 02dca08a 909fb88d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ];