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

fix: epics removed from requirements

This commit is contained in:
wyzula-jan
2023-09-25 10:26:07 +02:00
parent ee3cae6472
commit 44cc881ac9
2 changed files with 2 additions and 3 deletions

View File

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