Unverified Commit ef688ee9 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

modelscan: relax rich (#400055)

parents 5cc587d1 824afa7f
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