Replace django-rest-auth with dj-rest-auth
This commit is contained in:
parent
7a81df8ec1
commit
0629f322c3
6 changed files with 71 additions and 85 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue