Add two factor dependency

This commit is contained in:
Sonny Bakker 2021-08-24 21:41:21 +02:00
parent 0e8380ffd8
commit 25e0bc1197
4 changed files with 126 additions and 1 deletions

View file

@ -26,6 +26,7 @@ python-dotenv = "^0.12.0"
sentry-sdk = {version = "^1.0.0", optional = true}
ftfy = "^5.8"
requests_oauthlib = "^1.3.0"
django-two-factor-auth = {extras = ["phonenumberslite"], version = "^1.13.1"}
[tool.poetry.extras]
sentry = ["sentry_sdk"]