beanhub-cli: unbreak by relaxing rich

This commit is contained in:
Peder Bergebakken Sundt
2025-04-26 17:14:05 +02:00
parent 494e8180e3
commit f0f7306a4a
@@ -51,6 +51,10 @@ buildPythonPackage rec {
hash = "sha256-mGLg6Kgur2LAcujFzO/rkSPAC2t3wR5CO2AeOO0+bFI=";
};
pythonRelaxDeps = [
"rich"
];
build-system = [ poetry-core ];
dependencies = [