{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = [ pkgs.python3 pkgs.python311Packages.requests ]; }