@ -3,8 +3,9 @@
pkgs.mkShell {
name = "hb-downloader";
buildInputs = [
(pkgs.python3.withPackages ( pyPkgs: [
pyPkgs.requests
(pkgs.python3.withPackages ( pyPkgs: with pyPkgs; [
requests
mypy
]))
];
nativeBuildInputs = [
The note is not visible to the blocked user.