diff --git a/analyzer/tools/merge_clang_extdef_mappings/requirements_py/dev/requirements.txt b/analyzer/tools/merge_clang_extdef_mappings/requirements_py/dev/requirements.txt index 9685d12ba7..6d3f90e864 100644 --- a/analyzer/tools/merge_clang_extdef_mappings/requirements_py/dev/requirements.txt +++ b/analyzer/tools/merge_clang_extdef_mappings/requirements_py/dev/requirements.txt @@ -1,3 +1,4 @@ pytest==7.3.1 pycodestyle==2.12.0 pylint==3.2.4 +setuptools==70.2.0 diff --git a/analyzer/tools/statistics_collector/requirements_py/dev/requirements.txt b/analyzer/tools/statistics_collector/requirements_py/dev/requirements.txt index 9685d12ba7..6d3f90e864 100644 --- a/analyzer/tools/statistics_collector/requirements_py/dev/requirements.txt +++ b/analyzer/tools/statistics_collector/requirements_py/dev/requirements.txt @@ -1,3 +1,4 @@ pytest==7.3.1 pycodestyle==2.12.0 pylint==3.2.4 +setuptools==70.2.0 diff --git a/codechecker_common/requirements_py/dev/requirements.txt b/codechecker_common/requirements_py/dev/requirements.txt index 956e5466d2..7f2d6b5d78 100644 --- a/codechecker_common/requirements_py/dev/requirements.txt +++ b/codechecker_common/requirements_py/dev/requirements.txt @@ -2,4 +2,5 @@ portalocker==2.2.1 coverage==5.5.0 mypy==1.7.1 PyYAML==6.0.1 -types-PyYAML==6.0.12.12 \ No newline at end of file +types-PyYAML==6.0.12.12 +setuptools==70.2.0 diff --git a/tools/bazel/requirements_py/dev/requirements.txt b/tools/bazel/requirements_py/dev/requirements.txt index 20cbbe3930..c56a9ccd0e 100644 --- a/tools/bazel/requirements_py/dev/requirements.txt +++ b/tools/bazel/requirements_py/dev/requirements.txt @@ -2,3 +2,4 @@ pytest==7.3.1 pycodestyle==2.12.0 pylint==3.2.4 mypy==1.7.1 +setuptools==70.2.0 diff --git a/tools/report-converter/requirements_py/dev/requirements.txt b/tools/report-converter/requirements_py/dev/requirements.txt index 187a14503d..7bfb53ed8d 100644 --- a/tools/report-converter/requirements_py/dev/requirements.txt +++ b/tools/report-converter/requirements_py/dev/requirements.txt @@ -4,3 +4,4 @@ pycodestyle==2.12.0 pylint==3.2.4 portalocker==2.2.1 mypy==1.7.1 +setuptools==70.2.0 diff --git a/tools/tu_collector/requirements_py/dev/requirements.txt b/tools/tu_collector/requirements_py/dev/requirements.txt index 20cbbe3930..c56a9ccd0e 100644 --- a/tools/tu_collector/requirements_py/dev/requirements.txt +++ b/tools/tu_collector/requirements_py/dev/requirements.txt @@ -2,3 +2,4 @@ pytest==7.3.1 pycodestyle==2.12.0 pylint==3.2.4 mypy==1.7.1 +setuptools==70.2.0