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