1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-30 05:18:36 +02:00

fix(pyproject): add PyJWT as dependency

This commit is contained in:
2026-02-26 14:49:32 +01:00
committed by Christian Appel
parent f565deb71d
commit 889e9c0994

View File

@@ -32,6 +32,7 @@ dependencies = [
"copier~=9.7",
"typer~=0.15",
"markdown~=3.9",
"PyJWT~=2.9",
]