Skip to content

Commit 5d6c113

Browse files
committed
python313Packages.reflex-hosting-cli: fix build
1 parent 0e11d17 commit 5d6c113

File tree

1 file changed

+4
-1
lines changed
  • pkgs/development/python-modules/reflex-hosting-cli

1 file changed

+4
-1
lines changed

pkgs/development/python-modules/reflex-hosting-cli/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ buildPythonPackage rec {
2828
hash = "sha256-kp2S3xnclMktEi6aqMBahQVZQeLriSigq77mRu+7A9I=";
2929
};
3030

31-
pythonRelaxDeps = [ "pipdeptree" ];
31+
pythonRelaxDeps = [
32+
"rich"
33+
"pipdeptree"
34+
];
3235

3336
build-system = [ poetry-core ];
3437

0 commit comments

Comments
 (0)