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
+1 -1
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__,
)