Unverified Commit 86cdfb44 authored by annalee's avatar annalee
Browse files

python311Packages.weasel: unbreak relax deps typer

parent 0c251eee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ buildPythonPackage rec {
  pythonRelaxDeps = [
    "cloudpathlib"
    "smart-open"
    "typer"
  ];

  nativeBuildInputs = [