0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +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", "pytest-qt",
"black", "black",
"isort", "isort",
"fakeredis",
], ],
"pyqt5": ["PyQt5>=5.9"], "pyqt5": ["PyQt5>=5.9"],
"pyqt6": ["PyQt6<=6.7"], "pyqt6": ["PyQt6>=6.7"],
}, },
version=__version__, version=__version__,
packages=find_packages(), packages=find_packages(),