fix(pyproject): add PyJWT as dependency

This commit is contained in:
2026-03-20 14:17:41 +01:00
committed by Christian Appel
co-authored by Christian Appel
parent f565deb71d
commit 889e9c0994
+1
View File
@@ -32,6 +32,7 @@ dependencies = [
"copier~=9.7",
"typer~=0.15",
"markdown~=3.9",
"PyJWT~=2.9",
]