python311Packages.flet: relax packaging constraint

+2 -1
+2 -1
pkgs/development/python-modules/flet/default.nix
··· 36 ]; 37 38 pythonRelaxDeps = [ 39 - "websockets" 40 "cookiecutter" 41 "watchdog" 42 ]; 43 44 propagatedBuildInputs = [
··· 36 ]; 37 38 pythonRelaxDeps = [ 39 "cookiecutter" 40 + "packaging" 41 "watchdog" 42 + "websockets" 43 ]; 44 45 propagatedBuildInputs = [