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

Do not unnecessarily depend on recursive dependencies of django-two-factor-auth.

parent 199f4a33
No related branches found
No related tags found
No related merge requests found
Pipeline #226 failed
...@@ -50,15 +50,13 @@ django-hattori = "^0.2" ...@@ -50,15 +50,13 @@ django-hattori = "^0.2"
psycopg2 = "^2.8" psycopg2 = "^2.8"
django_select2 = "^7.1" django_select2 = "^7.1"
requests = "^2.22" requests = "^2.22"
django-formtools = "^2.1"
django-otp = { version = "^0.7.4", optional = true }
django-two-factor-auth = { version = "^1.9", optional = true } django-two-factor-auth = { version = "^1.9", optional = true }
django-otp-yubikey = { version = '^0.5.2', optional = true } django-otp-yubikey = { version = '^0.5.2', optional = true }
twilio = { version = "^6.33", optional = true } twilio = { version = "^6.33", optional = true }
[tool.poetry.extras] [tool.poetry.extras]
ldap = ["django-auth-ldap"] ldap = ["django-auth-ldap"]
2fa = ["django-otp", "django-two-factor-auth"] 2fa = ["django-two-factor-auth"]
twilio = ["twilio"] twilio = ["twilio"]
yubikey = ["django-otp-yubikey"] yubikey = ["django-otp-yubikey"]
......
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