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

build: added qtconsole to dependency

This commit is contained in:
wyzula-jan
2023-11-22 14:32:54 +01:00
parent a4d9713785
commit e5010c7772

View File

@ -20,6 +20,7 @@ if __name__ == "__main__":
setup(
install_requires=[
"pydantic",
"qtconsole",
QT_DEPENDENCY,
QSCINTILLA_DEPENDENCY,
"jedi",