{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = with python3Packages; [ Mako requests wabt ]; }