añade setuptools a tcrb

This commit is contained in:
Fabián Montero 2022-05-03 23:25:56 -06:00
parent b779ff7143
commit 97f9bd22fd

View file

@ -2,6 +2,7 @@ pkgs: {
paths = with pkgs; [
pipenv
(python310.withPackages ( packages: with packages; [
setuptools
]))
];
}