pricehist: Relax the lxml constraint (#461878)

This commit is contained in:
Ryan Hendrickson
2025-11-17 05:15:06 +00:00
committed by GitHub
+2
View File
@@ -16,6 +16,8 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-SBRJxNnA+nOxO6h97WZZHwhxoXeNtb5+rDayn4Hw6so=";
};
pythonRelaxDeps = [ "lxml" ];
dependencies = with python3Packages; [
requests
lxml