mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
chore: sorted dependencies alphabetically
This commit is contained in:
@ -13,28 +13,28 @@ classifiers = [
|
|||||||
"Topic :: Scientific/Engineering",
|
"Topic :: Scientific/Engineering",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pydantic~=2.0",
|
|
||||||
"qtconsole~=5.5, >=5.5.1", # needed for jupyter console
|
|
||||||
"qtpy~=2.4",
|
|
||||||
"pyqtgraph~=0.13",
|
|
||||||
"bec_lib~=2.16",
|
|
||||||
"bec_ipython_client~=2.16", # needed for jupyter console
|
"bec_ipython_client~=2.16", # needed for jupyter console
|
||||||
"pyqtdarktheme~=2.1",
|
"bec_lib~=2.16",
|
||||||
"black~=24.0", # needed for bw-generate-cli
|
"black~=24.0", # needed for bw-generate-cli
|
||||||
"isort~=5.13, >=5.13.2", # needed for bw-generate-cli
|
"isort~=5.13, >=5.13.2", # needed for bw-generate-cli
|
||||||
|
"pydantic~=2.0",
|
||||||
|
"pyqtgraph~=0.13",
|
||||||
|
"pyqtdarktheme~=2.1",
|
||||||
|
"qtconsole~=5.5, >=5.5.1", # needed for jupyter console
|
||||||
|
"qtpy~=2.4",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"pytest~=8.0",
|
"coverage~=7.0",
|
||||||
|
"fakeredis~=2.23, >=2.23.2",
|
||||||
|
"pytest-bec-e2e~=2.16",
|
||||||
|
"pytest-qt~=4.4",
|
||||||
"pytest-random-order~=1.1",
|
"pytest-random-order~=1.1",
|
||||||
"pytest-timeout~=2.2",
|
"pytest-timeout~=2.2",
|
||||||
"pytest-xvfb~=3.0",
|
"pytest-xvfb~=3.0",
|
||||||
"coverage~=7.0",
|
"pytest~=8.0",
|
||||||
"pytest-qt~=4.4",
|
|
||||||
"fakeredis~=2.23, >=2.23.2",
|
|
||||||
"pytest-bec-e2e~=2.16",
|
|
||||||
]
|
]
|
||||||
pyqt5 = ["PyQt5>=5.9", "PyQtWebEngine>=5.9"]
|
pyqt5 = ["PyQt5>=5.9", "PyQtWebEngine>=5.9"]
|
||||||
pyqt6 = ["PyQt6>=6.7", "PyQt6-WebEngine>=6.7"]
|
pyqt6 = ["PyQt6>=6.7", "PyQt6-WebEngine>=6.7"]
|
||||||
|
Reference in New Issue
Block a user