pricehist: Relax the lxml constraint

This commit is contained in:
Kirill Elagin
2025-11-15 11:52:17 +01:00
parent 6dff4356a2
commit a3a882a9cb

View File

@@ -16,6 +16,8 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-SBRJxNnA+nOxO6h97WZZHwhxoXeNtb5+rDayn4Hw6so=";
};
pythonRelaxDeps = [ "lxml" ];
dependencies = with python3Packages; [
requests
lxml