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

feat: pydantic validation module for monitor.py

This commit is contained in:
wyzula-jan
2023-11-10 15:09:04 +01:00
parent 59bc40427c
commit 7fec0c7e44
3 changed files with 43 additions and 1 deletions

View File

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