Skip to content

Commit de6d275

Browse files
Update requirements.txt
wrong djangorestframework-simplejwt
1 parent 1d181fb commit de6d275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ asgiref==3.8.1; python_version >= '3.8'
33
django==5.1.6; python_version >= '3.10'
44
django-cors-headers==4.7.0; python_version >= '3.9'
55
djangorestframework==3.15.2; python_version >= '3.8'
6+
djangorestframework-simplejwt==5.5.0; python_version >= '3.9'
67
psycopg2-binary==2.9.10; python_version >= '3.8'
78
python-dotenv==1.0.1; python_version >= '3.8'
8-
rest-framework-simplejwt==0.0.2; python_version >= '3.0'
99
sqlparse==0.5.3; python_version >= '3.8'
1010
tzdata==2025.1; python_version >= '2'

0 commit comments

Comments
 (0)