{ depot ? import <depot> {} }:

let 
  inherit (depot.py) icalfilter;
  inherit (depot) pkgs;
in pkgs.mkShell {
  buildInputs = with pkgs; [
    icalfilter.pythonEnv

    black
    python3.pkgs.isort
  ];
}