0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

Resolve "add VT100 console executing BEC as a widget"

This commit is contained in:
2024-07-01 15:11:09 +02:00
parent 70a966d8dc
commit c6a14c0768
2 changed files with 497 additions and 0 deletions

View File

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