Files
esp-matter/requirements_idf_v4.4.txt
T
Shubham Patil 43eb364b17 ci: hackishly install construct to work with idf-v4.4 and Python-3.12
construct==2.10.54 import imp which is not present in the Python3.12 so
download the package source, patch it and install
2025-09-11 12:57:13 +05:30

14 lines
494 B
Plaintext

# matter idl
lark==1.1.2
stringcase==1.2.0
# jinja2 is removed in IDF v5.0 environment, but it is required for matter building
jinja2==3.0.1
# https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03
urllib3<2
# mfg_tool - DISABLED for ESP-IDF v4.4 due to construct version conflict
# esp-secure-cert-tool (dependency of esp-matter-mfg-tool) requires construct>=2.10.70
# but ESP-IDF v4.4 hard pins construct==2.10.54, creating an unsolvable conflict
# esp-matter-mfg-tool>=1.0.4