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

This commit is contained in:
Weijia Wang
2024-11-02 01:05:45 +01:00
committed by GitHub
@@ -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