From a0d8bc3932f8df957d5257e2ad1d7186233bbecb Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Nov 2025 07:58:54 -0800 Subject: [PATCH] Add pip as a dependency to ensure plugin installation, closes #687 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a46bfd0..1ec3287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "python-dateutil", "sqlite-fts4", "tabulate", + "pip", ] [project.urls]