Skip to content

Commit 4659aa4

Browse files
committed
Install python-jose via simplejwt
1 parent f5f67bf commit 4659aa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ icalendar==5.0.13
2727
invoke==2.2.0
2828
openfoodfacts==0.4.0
2929
pillow==10.4.0
30-
python_jose==3.3.0
3130
reportlab==4.2.2
3231
requests==2.32.3
3332
tqdm==4.66.4
@@ -40,7 +39,7 @@ tzdata==2024.1
4039
django-cors-headers==4.4.0
4140
django-filter==24.2
4241
djangorestframework==3.15.2
43-
djangorestframework-simplejwt[crypto]==5.3.1
42+
djangorestframework-simplejwt[crypto,python-jose]==5.3.1
4443

4544
# Not used anymore, but needed because some modules are imported in DB migration
4645
# files

0 commit comments

Comments
 (0)