weblate: relax lxml constraint

Changed files
+4 -1
pkgs
by-name
we
weblate
+4 -1
pkgs/by-name/we/weblate/package.nix
···
++ drf-spectacular.optional-dependencies.sidecar
++ drf-standardized-errors.optional-dependencies.openapi;
-
pythonRelaxDeps = [ "certifi" ];
optional-dependencies = {
postgres = with python.pkgs; [ psycopg ];
···
++ drf-spectacular.optional-dependencies.sidecar
++ drf-standardized-errors.optional-dependencies.openapi;
+
pythonRelaxDeps = [
+
"certifi"
+
"lxml"
+
];
optional-dependencies = {
postgres = with python.pkgs; [ psycopg ];