Skip to content
Snippets Groups Projects
Verified Commit e4098098 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Force newer version of django-two-factor-auth due to bad dependency.

parent 6d7f9ae1
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment