weblate: relax lxml constraint

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:19 +02:00
parent c11f0a3b0d
commit 7c5841b411
+4 -1
View File
@@ -150,7 +150,10 @@ python.pkgs.buildPythonApplication rec {
++ drf-spectacular.optional-dependencies.sidecar
++ drf-standardized-errors.optional-dependencies.openapi;
pythonRelaxDeps = [ "certifi" ];
pythonRelaxDeps = [
"certifi"
"lxml"
];
optional-dependencies = {
postgres = with python.pkgs; [ psycopg ];