Add pip as a dependency to ensure plugin installation, closes #687

This commit is contained in:
Simon Willison 2025-11-24 08:49:24 -08:00
commit 7aca26267f

View file

@ -30,6 +30,7 @@ setup(
"tabulate", "tabulate",
"python-dateutil", "python-dateutil",
"pluggy", "pluggy",
"pip",
], ],
extras_require={ extras_require={
"test": ["pytest", "black>=24.1.1", "hypothesis", "cogapp"], "test": ["pytest", "black>=24.1.1", "hypothesis", "cogapp"],