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

fix: added missing dependency jedi

This commit is contained in:
wyzula-jan
2023-11-22 00:50:25 +01:00
parent c174326762
commit d978740f98

View File

@ -19,6 +19,7 @@ if __name__ == "__main__":
"pydantic",
qt_dependency,
qscintilla_dependency,
"jedi",
"qtpy",
"pyqtgraph",
"bec_lib",