python311Packages.flet: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 18:01:46 +01:00
parent b49e22fdc8
commit d4e7139346
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 1 deletions

View File

@ -36,9 +36,10 @@ buildPythonPackage rec {
];
pythonRelaxDeps = [
"websockets"
"cookiecutter"
"packaging"
"watchdog"
"websockets"
];
propagatedBuildInputs = [