requirements.build.txt 347 B

12345678910111213
  1. # Minimal requirements for building stand-alone CHIP applications.
  2. #
  3. # The list of Python packages required to perform a minimal CHIP
  4. # application build should be kept as small as possible. Ideally,
  5. # core build scripts should depend only on the standard library.
  6. # scripts/build
  7. click
  8. # scripts/py_matter_idl/matter_idl
  9. jinja2
  10. lark
  11. stringcase