From 0fc6dd4e13778e789b38ac03b9252371e60c4576 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Thu, 30 Oct 2025 09:58:26 +0200 Subject: [PATCH] fix: add pip to pyproject.toml dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e27dfa0..3ebd612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", ] dependencies = [ + "pip>=20.3", # Required to install clang-format and clang-tidy "tomli>=1.1.0; python_version < '3.11'", "setuptools>=45.0.0", # Required for pkg_resources in clang-tidy "clang-format==21.1.2",