{ pkgs ? import { }, }: with pkgs; mkShell { packages = [ (python3.withPackages ( ps: with ps; [ setuptools requests ] )) ]; buildInputs = [ ]; }