From 7aca26267fd763f6f5c2f6ee674fa99cd38c5fda Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Nov 2025 08:49:24 -0800 Subject: [PATCH] Add pip as a dependency to ensure plugin installation, closes #687 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e8797ba..b0d93c6 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( "tabulate", "python-dateutil", "pluggy", + "pip", ], extras_require={ "test": ["pytest", "black>=24.1.1", "hypothesis", "cogapp"],