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

This commit is contained in:
Ramses
2025-04-27 01:28:04 +02:00
committed by GitHub
@@ -51,6 +51,10 @@ buildPythonPackage rec {
hash = "sha256-mGLg6Kgur2LAcujFzO/rkSPAC2t3wR5CO2AeOO0+bFI=";
};
pythonRelaxDeps = [
"rich"
];
build-system = [ poetry-core ];
dependencies = [