Skip to content

Commit

Permalink
chore: Add django-ninja-jwt to requirements
Browse files Browse the repository at this point in the history
Added django-ninja-jwt==5.2.7 to requirements.txt. This package is necessary to introduce new tests for the authentication token process. Making sure the token generation and validation is robust enough helping us maintain the security and reliability of our authentication system.
  • Loading branch information
lihuacai168 committed Nov 18, 2023
1 parent c0caf10 commit 7602fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ PyMySQL~=1.0.3
django-redis
gevent==22.10.2
gunicorn==20.1.0
django-ninja-jwt==5.2.7

0 comments on commit 7602fdb

Please sign in to comment.