Pin dependency dj-rest-auth to 2.2.5 (develop)
This commit is contained in:
parent
a16343a531
commit
f139d81fab
2 changed files with 13 additions and 35 deletions
|
|
@ -59,7 +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"}
|
||||
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