1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-13 12:12:57 +01: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__,