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

Use git version of django-two-factor-auth for now.

This is due to a version with the fixed dependency not being released yet.

Revert this commit once something newer than 1.9.1 gets released to PyPI.
parent e4098098
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.1.post0", extras = [ "YubiKey", "phonenumbers", "Call", "SMS" ] }
django-two-factor-auth = { git = "https://github.com/Bouke/django-two-factor-auth", rev = "bf9d0812ab11320a6cadc6709c382a03184f2e31", 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