Skip to content

Commit e97682f

Browse files
authored
fix: remove unused setuptools dependency from pyproject.toml (#188)
* fix: remove unused setuptools dependency from pyproject.toml * fix: add missing dependency for clang-format in pyproject.toml
1 parent 8b18318 commit e97682f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ classifiers = [
3333
dependencies = [
3434
"pip>=20.3", # Required to install clang-format and clang-tidy
3535
"tomli>=1.1.0; python_version < '3.11'",
36-
"setuptools>=45.0.0", # Required for pkg_resources in clang-tidy
3736
"clang-format==22.1.0",
3837
"clang-tidy==22.1.0",
3938
]

0 commit comments

Comments
 (0)