Commit 824afa7f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

modelscan: relax rich

parent b6efa33a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-8VupkPiHebVtOqMdtkBflAI1zPRdDSvHCEq3ghjASaE=";
  };

  pythonRelaxDeps = [ "rich" ];

  build-system = with python3.pkgs; [
    poetry-core
    poetry-dynamic-versioning