0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

fix: online changes e21543

This commit is contained in:
e21536
2023-09-21 10:43:45 +02:00
parent 6955b6e292
commit b41d63ea4d
5 changed files with 54 additions and 43 deletions

View File

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