python3Packages.flet: fix dependency complains
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
9062c56a91
commit
092c6c9388
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,8 @@ buildPythonPackage rec {
|
|||
|
||||
pythonRelaxDeps = [
|
||||
"websockets"
|
||||
"cookiecutter"
|
||||
"watchdog"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -52,6 +54,8 @@ buildPythonPackage rec {
|
|||
packaging
|
||||
qrcode
|
||||
cookiecutter
|
||||
fastapi
|
||||
uvicorn
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue