weblate: relax version constraints for django-otp-webauthn

This commit is contained in:
Kerstin Humm
2025-05-08 12:24:24 +02:00
committed by Kerstin
parent 8b9086b2dd
commit 47a03ff45f
+2
View File
@@ -148,6 +148,8 @@ python.pkgs.buildPythonApplication rec {
++ drf-spectacular.optional-dependencies.sidecar
++ drf-standardized-errors.optional-dependencies.openapi;
pythonRelaxDeps = [ "django-otp-webauthn" ];
optional-dependencies = {
postgres = with python.pkgs; [ psycopg ];
};