{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.python3 pkgs.poetry ]; }