Commit ae7f50cd authored by Shawn8901's avatar Shawn8901
Browse files

fritz-exporter: add attrs to relaxed deps

parent add39c7b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = [
    "defusedxml"
    "attrs"
  ];

  nativeBuildInputs = with python3.pkgs; [