From ed95096534cd32fa025d40078a677c6c27bed91f Mon Sep 17 00:00:00 2001 From: ybkang1108 Date: Wed, 14 Aug 2024 22:40:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20jwt=20=ED=8C=A8=ED=82=A4=EC=A7=80=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index cb52dcf..3919c27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ distro-info==1.1+ubuntu0.1 Django==4.2.14 django-cors-headers==4.4.0 djangorestframework==3.15.2 +djangorestframework-jwt==1.11.0 djangorestframework-simplejwt==5.3.1 gunicorn==22.0.0 httplib2==0.20.2