From 08bafaebc1a8bcec61f029ef7a508ea8e324ef66 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 5 May 2025 16:17:34 +0300 Subject: [PATCH] fix: update JWT package reference to pyjwt for clarity --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1147ce1..917ef52 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ uvicorn # ASGI server sqlalchemy # ORM python-multipart # fastapi multipart form data - jwt + pyjwt # JWT authentication psycopg2-binary passlib ]