#12 Changed djangorestframework-jwt to djangorestframework-simplejwt

This commit is contained in:
Ojakoo
2022-06-21 21:35:59 +03:00
parent 5eef2f685c
commit e70e598c57
5 changed files with 56 additions and 42 deletions
+2 -2
View File
@@ -8,10 +8,9 @@ authors = ["Aarni Halinen aarni.halinen@sahkoinsinoorikilta.fi"]
python = "^3.9"
decorator = "^4.0.9"
Django = "^2.2.19"
requests = "^2.11.1"
requests = "2.27.1"
django-cors-headers = "^3.7.0"
djangorestframework = "^3.12.4"
djangorestframework-jwt = "^1.11.0"
django-nose = "^1.4.5"
psycopg2-binary = "2.8.6"
django-bootstrap3 = "^11.1.0"
@@ -38,6 +37,7 @@ sendgrid = "^6.7.0"
sentry-sdk = "^1.4.3"
django-polymorphic = "^3.1.0"
python-dotenv = "^0.20.0"
djangorestframework-simplejwt = "^5.2.0"
[tool.poetry.dev-dependencies]
coverage = "^5.5"