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

feat(widgets/figure): clear_all method for BECFigure

This commit is contained in:
wyzula-jan
2024-02-23 15:27:09 +01:00
parent 826a5e9874
commit 0363fd5194
5 changed files with 59 additions and 9 deletions

View File

@ -32,7 +32,14 @@ if __name__ == "__main__":
"pyqtdarktheme",
],
extras_require={
"dev": ["pytest", "pytest-random-order", "coverage", "pytest-qt", "black"],
"dev": [
"pytest",
"pytest-random-order",
"pytest-timeout",
"coverage",
"pytest-qt",
"black",
],
"pyqt5": ["PyQt5>=5.9"],
"pyqt6": ["PyQt6>=6.0"],
},