mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
a6c9e5b9c7
Python 3.13 Fixes https://github.com/espressif/esp-matter/issues/1160
12 lines
262 B
Plaintext
12 lines
262 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.1.4
|
|
|
|
# https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03
|
|
urllib3<2
|
|
|
|
# mfg_tool
|
|
esp-matter-mfg-tool>=1.0.4
|