Commit 5d6c113e authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python313Packages.reflex-hosting-cli: fix build

parent 0e11d17f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,7 +28,10 @@ buildPythonPackage rec {
    hash = "sha256-kp2S3xnclMktEi6aqMBahQVZQeLriSigq77mRu+7A9I=";
  };

  pythonRelaxDeps = [ "pipdeptree" ];
  pythonRelaxDeps = [
    "rich"
    "pipdeptree"
  ];

  build-system = [ poetry-core ];