{ pkgs ? import {}, pythonPackages ? pkgs.python38Packages }: pkgs.mkShell { buildInputs = with pythonPackages; [ pillow pyyaml ]; }