fix: update JWT package reference to pyjwt for clarity

This commit is contained in:
Osman Faruk Bayram 2025-05-05 16:17:34 +03:00
parent f6356059ba
commit 08bafaebc1

View file

@ -31,7 +31,7 @@
uvicorn # ASGI server
sqlalchemy # ORM
python-multipart # fastapi multipart form data
jwt
pyjwt # JWT authentication
psycopg2-binary
passlib
]