From e40980985acadf4b40de3ed65d6d65713256a294 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Thu, 5 Dec 2019 12:37:51 +0100
Subject: [PATCH] Force newer version of django-two-factor-auth due to bad
 dependency.

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a934b2326..b9f0c0e0c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ django-hattori = "^0.2"
 psycopg2 = "^2.8"
 django_select2 = "^7.1"
 requests = "^2.22"
-django-two-factor-auth = { version = "^1.9", extras = [ "YubiKey", "phonenumbers", "Call", "SMS" ] }
+django-two-factor-auth = { version = "^1.9.1.post0", extras = [ "YubiKey", "phonenumbers", "Call", "SMS" ] }
 
 [tool.poetry.extras]
 ldap = ["django-auth-ldap"]
-- 
GitLab