Commit ae9a663a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

lacus: relax gunicorn

parent f8f49b8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication rec {
  };

  pythonRelaxDeps = [
    "gunicorn"
    "psutil"
    "redis"
  ];