Commit fc0bacdb authored by Robert Schütz's avatar Robert Schütz
Browse files

weblate: unpin rapidfuzz

parent 600c99c8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,10 @@ python.pkgs.buildPythonApplication rec {
      ${python.pythonOnBuildForHost.interpreter} manage.py compress
    '';

  pythonRelaxDeps = [
    "rapidfuzz"
  ];

  dependencies =
    with python.pkgs;
    [