python-repl: include pykakasi, unidecode

This commit is contained in:
2024-07-10 04:42:11 +00:00
parent 6ee33240d7
commit 56032bc040

View File

@@ -975,7 +975,9 @@ in
python3-repl.packageUnwrapped = pkgs.python3.withPackages (ps: with ps; [
psutil
pykakasi
requests
unidecode
]);
python3-repl.sandbox.method = "bwrap";
python3-repl.sandbox.net = "clearnet";