summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-09-06 20:27:31 +0200
committerxengineering <me@xengineering.eu>2024-09-06 20:27:31 +0200
commit2c18a99bd24ddadd165eeabe5299ac094b0c0ee3 (patch)
treea10f8f6a846e0aa872063613ebfc5b644aec5bb2
parent0ff8c7370ad87ac450b32955210a1ec366413d61 (diff)
downloadiot-contact-main.tar
iot-contact-main.tar.zst
iot-contact-main.zip
firmware: Use pip freeze for requirements.txtHEADmain
This results in a complete list of required Python dependencies with fixed versions. This ensures that the build works reliably given that the dependencies are still available in referenced versions.
-rw-r--r--firmware/zephyrproject/requirements.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/firmware/zephyrproject/requirements.txt b/firmware/zephyrproject/requirements.txt
index 8592072..4e2bd45 100644
--- a/firmware/zephyrproject/requirements.txt
+++ b/firmware/zephyrproject/requirements.txt
@@ -1,6 +1,11 @@
-pyelftools>=0.29
-PyYAML>=6.0
-pykwalify
-packaging
-anytree
-intelhex
+anytree==2.12.1
+docopt==0.6.2
+intelhex==2.3.0
+packaging==24.1
+pyelftools==0.31
+pykwalify==1.8.0
+python-dateutil==2.9.0.post0
+PyYAML==6.0.2
+ruamel.yaml==0.18.6
+ruamel.yaml.clib==0.2.8
+six==1.16.0