0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

feat: added config plotter

This commit is contained in:
2023-07-11 17:58:07 +02:00
parent 88f5aca2dd
commit db274c644f
3 changed files with 173 additions and 0 deletions

View File

@ -6,6 +6,7 @@ if __name__ == "__main__":
setup(
install_requires=[
"pyqt5",
"pyqtgraph",
],
extras_require={"dev": ["pytest", "pytest-random-order", "coverage", "pytest-qt"]},
version=__version__,