Skip to content

Commit

Permalink
python312Packages.gradio: relax aiofiles and markupfiles (#352893)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 2, 2024
2 parents 523318b + 6a2f29a commit f2d93e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/development/python-modules/gradio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2d93e4

Please sign in to comment.