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:
2
setup.py
2
setup.py
@ -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__,
|
||||
)
|
||||
|
Reference in New Issue
Block a user