diff --git a/debian/control b/debian/control index 606bb7a5d..d130d3bf2 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,7 @@ Build-Depends: python3-django-ipware , python3-django-oauth-toolkit , python3-django-stronghold , + python3-fido2 , python3-gi, python3-markupsafe, python3-mypy , @@ -110,6 +111,7 @@ Depends: python3-django-ipware, python3-django-oauth-toolkit, python3-django-stronghold, + python3-fido2, python3-gi, python3-markupsafe, python3-pampy, diff --git a/pyproject.toml b/pyproject.toml index 436ab5e1c..4cd7a3b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,7 @@ dependencies = [ "django-bootstrap-form", "django-simple-captcha", "django-stronghold >= 0.3.0", + "fido2 >= 1.2.0", "psutil", "python-apt", "python-augeas",