0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

WIP - feat(acl): implement ACL handling and token encryption in BECWidgetsCLIServer and client utilities

This commit is contained in:
2025-03-07 22:11:34 +01:00
parent 15e11b287d
commit 59e4c2f612
3 changed files with 59 additions and 9 deletions

View File

@ -24,6 +24,7 @@ dependencies = [
"pyte", # needed for vt100 console
"qtconsole~=5.5, >=5.5.1", # needed for jupyter console
"qtpy~=2.4",
"cryptography~=44.0",
]