fix: update JWT package reference to pyjwt for clarity
This commit is contained in:
parent
f6356059ba
commit
08bafaebc1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
uvicorn # ASGI server
|
uvicorn # ASGI server
|
||||||
sqlalchemy # ORM
|
sqlalchemy # ORM
|
||||||
python-multipart # fastapi multipart form data
|
python-multipart # fastapi multipart form data
|
||||||
jwt
|
pyjwt # JWT authentication
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
passlib
|
passlib
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue