0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

fix: fixed bec_lib dependency

This commit is contained in:
2023-07-13 18:33:58 +02:00
parent b5f7b4feee
commit 86f4deffd8

View File

@ -4,10 +4,7 @@ __version__ = "0.2.0"
if __name__ == "__main__":
setup(
install_requires=[
"pyqt5",
"pyqtgraph",
],
install_requires=["pyqt5", "pyqtgraph", "bec_lib"],
extras_require={"dev": ["pytest", "pytest-random-order", "coverage", "pytest-qt", "black"]},
version=__version__,
)