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

build: added missing pytest-bec-e2e dependency; closes #219

This commit is contained in:
2024-06-26 10:24:25 +02:00
parent e6a06c9f43
commit 56fdae4275

View File

@ -34,6 +34,7 @@ dev = [
"coverage~=7.0",
"pytest-qt~=4.4",
"fakeredis~=2.23, >=2.23.2",
"pytest-bec-e2e~=2.16",
]
pyqt5 = ["PyQt5>=5.9", "PyQtWebEngine>=5.9"]
pyqt6 = ["PyQt6>=6.7", "PyQt6-WebEngine>=6.7"]