weblate: unpin rapidfuzz

This commit is contained in:
Robert Schütz
2025-02-04 11:53:17 -08:00
parent 600c99c85c
commit fc0bacdbb0
+4
View File
@@ -68,6 +68,10 @@ python.pkgs.buildPythonApplication rec {
${python.pythonOnBuildForHost.interpreter} manage.py compress
'';
pythonRelaxDeps = [
"rapidfuzz"
];
dependencies =
with python.pkgs;
[