Replace django-rest-auth with dj-rest-auth

This commit is contained in:
Georg Krause 2022-10-08 12:48:00 +02:00
commit 0629f322c3
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
6 changed files with 71 additions and 85 deletions

View file

@ -24,7 +24,6 @@ arrow = "==1.2.3"
persisting-theory = "==1.0"
django-versatileimagefield = "==2.2"
django-filter = "==22.1"
django-rest-auth = "==0.9.5"
mutagen = "==1.45.1"
django-dynamic-preferences = "==1.14.0"
python-magic = "==0.4.27"
@ -60,6 +59,7 @@ drf-spectacular = "==0.23.1"
sentry-sdk = "==1.9.8"
pluralizer = "==1.2.0"
importlib_metadata = { version = "==4.13.0", python = "<=3.7" } # Keep support python 3.7, can be removed if we drop support
dj-rest-auth = {extras = ["with_social"], version = "^2.2.5"}
[tool.poetry.dev-dependencies]
flake8 = "==3.9.2"