Skip to content

Commit 9d95c22

Browse files
authored
fix: update pyproject.toml dependency to add pip
1 parent 7332611 commit 9d95c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Topic :: Software Development :: Build Tools",
3333
]
3434
dependencies = [
35+
"pip>=20.3", # Required to install clang-format and clang-tidy
3536
"tomli>=1.1.0; python_version < '3.11'",
3637
"setuptools>=45.0.0", # Required for pkg_resources in clang-tidy
3738
"clang-format==21.1.2",

0 commit comments

Comments
 (0)