Commit f0f7306a authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

beanhub-cli: unbreak by relaxing rich

parent 494e8180
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,10 @@ buildPythonPackage rec {
    hash = "sha256-mGLg6Kgur2LAcujFzO/rkSPAC2t3wR5CO2AeOO0+bFI=";
  };

  pythonRelaxDeps = [
    "rich"
  ];

  build-system = [ poetry-core ];

  dependencies = [