python312Packages.flet: relax qrcode constraint

This commit is contained in:
Martin Weinelt 2024-10-22 01:02:39 +02:00
parent 65d2f3c7f5
commit ffa77e9e2f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -41,6 +41,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"cookiecutter"
"packaging"
"qrcode"
"watchdog"
"websockets"
];