Skip to content

Commit 0540956

Browse files
authored
Merge pull request ClickHouse#79397 from ClickHouse/ci_style_test_image_update
CI: Add more packages into style-test image
2 parents 6c6f59f + c8b725b commit 0540956

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/docker/style-test/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ yamllint==1.26.3
33
codespell==2.2.1
44
mypy==1.15.0
55
pylint==3.1.0
6-
tqdm==4.67.1 # required for change log generation
6+
# required for change log generation:
7+
tqdm==4.67.1
8+
thefuzz==0.22.1
9+
PyGitHub==2.6.1
10+
boto3==1.37.38

0 commit comments

Comments
 (0)