Skip to content

Commit d4b62d4

Browse files
committed
ci: add requirements for gh action
Add pinned python requirements for github actions. Signed-off-by: Anas Nashif <[email protected]>
1 parent 7fb377a commit d4b62d4

File tree

2 files changed

+1386
-0
lines changed

2 files changed

+1386
-0
lines changed

scripts/requirements-actions.in

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# zephyr-keep-sorted-start
2+
anytree
3+
awscli
4+
canopen
5+
clang-format>=15.0.0
6+
elasticsearch
7+
exceptiongroup>=1.0.0rc8
8+
gcovr==6.0
9+
gitlint>=0.19.1
10+
gitpython>=3.1.41
11+
ijson
12+
intelhex
13+
junit2html
14+
junitparser>=2
15+
lxml>=5.3.0
16+
mock
17+
mypy
18+
natsort
19+
ply>=3.10
20+
progress
21+
psutil>=5.6.6
22+
pyelftools>=0.29
23+
pygithub
24+
pykwalify
25+
pylint>=3
26+
pyserial
27+
pytest
28+
python-magic-bin; sys_platform == "win32"
29+
python-magic; sys_platform != "win32"
30+
pyyaml
31+
ruff==0.8.1
32+
setuptools>=70.2.0
33+
sphinx-lint
34+
tabulate
35+
tomli>=1.1.0
36+
tox
37+
unidiff
38+
west>=0.14.0
39+
xlsxwriter
40+
yamllint
41+
# zephyr-keep-sorted-stop

0 commit comments

Comments
 (0)