fix: update JWT package reference to pyjwt for clarity

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

View File

@ -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
] ]