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

feat: added isort to bw-generate-cli

This commit is contained in:
2024-06-08 16:24:52 +02:00
parent 006a0894b8
commit f0391f59c9
3 changed files with 16 additions and 3 deletions

View File

@ -23,7 +23,8 @@ dependencies = [
"zmq",
"h5py",
"pyqtdarktheme",
"black",
"black", # needed for bw-generate-cli
"isort", # needed for bw-generate-cli
]
@ -35,7 +36,6 @@ dev = [
"pytest-xvfb",
"coverage",
"pytest-qt",
"isort",
"fakeredis",
]
pyqt5 = ["PyQt5>=5.9", "PyQtWebEngine>=5.9"]