requirements.json 721 B

1234567891011121314151617181920212223
  1. {
  2. "version": 1,
  3. "features": [
  4. {
  5. "name": "core",
  6. "description": "Core packages necessary for ESP-IDF",
  7. "optional": false,
  8. "requirement_path": "tools/requirements/requirements.core.txt"
  9. },
  10. {
  11. "name": "gdbgui",
  12. "description": "Packages for supporting debugging from web browser",
  13. "optional": true,
  14. "requirement_path": "tools/requirements/requirements.gdbgui.txt"
  15. },
  16. {
  17. "name": "pytest",
  18. "description": "Packages for CI with pytest",
  19. "optional": true,
  20. "requirement_path": "tools/requirements/requirements.pytest.txt"
  21. }
  22. ]
  23. }