Skip to content

Commit 7e6013c

Browse files
nordicjmhenrikbrixandersen
authored andcommitted
scripts: requirements: Add python-dotenv
This is needed for any Kconfig processing Signed-off-by: Jamie McCrae <[email protected]>
1 parent 5aaf69e commit 7e6013c

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

scripts/requirements-actions.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pykwalify
2222
pylint>=3
2323
pyserial
2424
pytest
25+
python-dotenv
2526
python-magic-bin; sys_platform == "win32"
2627
python-magic; sys_platform != "win32"
2728
pyyaml

scripts/requirements-actions.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,10 @@ python-debian==1.0.1 \
880880
--hash=sha256:3ada9b83a3d671b58081782c0969cffa0102f6ce433fbbc7cf21275b8b5cc771 \
881881
--hash=sha256:8f137c230c1d9279c2ac892b35915068b2aca090c9fd3da5671ff87af32af12c
882882
# via reuse
883+
python-dotenv==1.1.1 \
884+
--hash=sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc \
885+
--hash=sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab
886+
# via -r requirements-actions.in
883887
python-magic==0.4.27 ; sys_platform != 'win32' \
884888
--hash=sha256:c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b \
885889
--hash=sha256:c212960ad306f700aa0d01e5d7a325d20548ff97eb9920dcd29513174f0294d3

scripts/requirements-build-test.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ mypy
1919

2020
# used for JUnit XML parsing in CTest harness
2121
junitparser>=3.0.0
22+
23+
python-dotenv

scripts/requirements-compliance.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ junitparser>=4.0.1
88
lxml>=5.3.0
99
pykwalify
1010
pylint>=3
11+
python-dotenv
1112
python-magic-bin; sys_platform == "win32"
1213
python-magic; sys_platform != "win32"
1314
ruff==0.11.11

0 commit comments

Comments
 (0)