Unverified Commit f2d93e42 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.gradio: relax aiofiles and markupfiles (#352893)

parents 523318b9 6a2f29a3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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