Unverified Commit 427c5e84 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

beanhub-cli: unbreak by relaxing rich (#402059)

parents bad2e4ee f0f7306a
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 = [