fritz-exporter: add attrs to relaxed deps

This commit is contained in:
Shawn8901
2024-11-04 19:11:23 +01:00
parent add39c7b8c
commit ae7f50cd7d
@@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"defusedxml"
"attrs"
];
nativeBuildInputs = with python3.pkgs; [