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

build: added pyside6 as dependency

This commit is contained in:
2024-05-28 14:46:18 +02:00
parent ddabcd62e9
commit 01e90d181e

View File

@ -38,6 +38,7 @@ dev = [
]
pyqt5 = ["PyQt5>=5.9"]
pyqt6 = ["PyQt6>=6.7"]
pyside6 = ["PySide6>=6.7"]
[project.urls]
"Bug Tracker" = "https://gitlab.psi.ch/bec/bec_widgets/issues"