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

build(setup): fakeredis added to dev env

This commit is contained in:
2024-04-30 11:21:14 +02:00
parent 0ab8aa3a2f
commit df323504fe

View File

@ -38,9 +38,10 @@ if __name__ == "__main__":
"pytest-qt",
"black",
"isort",
"fakeredis",
],
"pyqt5": ["PyQt5>=5.9"],
"pyqt6": ["PyQt6<=6.7"],
"pyqt6": ["PyQt6>=6.7"],
},
version=__version__,
packages=find_packages(),