Unverified Commit 9a49c49e authored by Ryan Hendrickson's avatar Ryan Hendrickson Committed by GitHub
Browse files

pricehist: Relax the lxml constraint (#461878)

parents 418f93e1 a3a882a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ python3Packages.buildPythonApplication rec {
    hash = "sha256-SBRJxNnA+nOxO6h97WZZHwhxoXeNtb5+rDayn4Hw6so=";
  };

  pythonRelaxDeps = [ "lxml" ];

  dependencies = with python3Packages; [
    requests
    lxml