1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-15 05:03:03 +01:00

fix(pyproject): add PyJWT as dependency

This commit is contained in:
2026-02-26 14:49:32 +01:00
committed by Jan Wyzula
parent f6cc12d641
commit e86f7578c2

View File

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