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 ab2e19281b..cb7cc87629 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==2.8.2 +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 ab2e19281b..cb7cc87629 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==2.8.2 +setuptools==70.2.0 diff --git a/codechecker_common/requirements_py/dev/requirements.txt b/codechecker_common/requirements_py/dev/requirements.txt index 956e5466d2..3ecb4dcb3a 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 \ No newline at end of file diff --git a/tools/bazel/requirements_py/dev/requirements.txt b/tools/bazel/requirements_py/dev/requirements.txt index f0492af5b4..9e7986407c 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==2.8.2 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 b24aab957a..9e56728eda 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==2.8.2 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 f0492af5b4..9e7986407c 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==2.8.2 mypy==1.7.1 +setuptools==70.2.0