Files
esp-matter/requirements.txt
Shubham Patil e6d74cc2e7 Removed mfg_tool, related cleanups, and documentation update
`tools/mfg_tool` is moved to esp-matter-tools repo: https://github.com/espressif/esp-matter-tools/tree/main/mfg_tool.

It is released on pypi: https://pypi.org/project/esp-matter-mfg-tool and can be installed by running `pip install esp-matter-mfg-tool`
2024-06-07 19:11:35 +08:00

12 lines
255 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
esp-matter-mfg-tool