Loading pkgs/development/python-modules/gradio/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,11 @@ buildPythonPackage rec { rm -rf venv/ ''; pythonRelaxDeps = [ "tomlkit" ]; pythonRelaxDeps = [ "tomlkit" "aiofiles" "markupsafe" ]; pythonRemoveDeps = [ # our package is presented as a binary, not a python lib - and Loading Loading
pkgs/development/python-modules/gradio/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,11 @@ buildPythonPackage rec { rm -rf venv/ ''; pythonRelaxDeps = [ "tomlkit" ]; pythonRelaxDeps = [ "tomlkit" "aiofiles" "markupsafe" ]; pythonRemoveDeps = [ # our package is presented as a binary, not a python lib - and Loading