python-repl: include pykakasi, unidecode
This commit is contained in:
@@ -975,7 +975,9 @@ in
|
|||||||
|
|
||||||
python3-repl.packageUnwrapped = pkgs.python3.withPackages (ps: with ps; [
|
python3-repl.packageUnwrapped = pkgs.python3.withPackages (ps: with ps; [
|
||||||
psutil
|
psutil
|
||||||
|
pykakasi
|
||||||
requests
|
requests
|
||||||
|
unidecode
|
||||||
]);
|
]);
|
||||||
python3-repl.sandbox.method = "bwrap";
|
python3-repl.sandbox.method = "bwrap";
|
||||||
python3-repl.sandbox.net = "clearnet";
|
python3-repl.sandbox.net = "clearnet";
|
||||||
|
Reference in New Issue
Block a user