Skip to content

Commit

Permalink
Merge branch 'feat/add_constraint_files' into 'master'
Browse files Browse the repository at this point in the history
add a note regarding separate constraint files

Closes IDF-10232

See merge request espressif/esp-idf!33230
  • Loading branch information
dobairoland committed Sep 18, 2024
2 parents eb676c0 + 7a03ac3 commit eb606b9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/requirements/requirements.ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Python package requirements for CI in ESP-IDF.
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-ci"
#
# This file lists Python packages without version specifiers. Version details
# are stored in a separate constraints file. For more information, visit:
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/tools/idf-tools.html

# ci
coverage
Expand Down
4 changes: 4 additions & 0 deletions tools/requirements/requirements.core.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Python package requirements for ESP-IDF. These are the so called core features which are installed in all systems.
#
# This file lists Python packages without version specifiers. Version details
# are stored in a separate constraints file. For more information, visit:
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/tools/idf-tools.html

setuptools
packaging
Expand Down
4 changes: 4 additions & 0 deletions tools/requirements/requirements.docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Python package requirements for building the documentation of ESP-IDF.
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-docs"
#
# This file lists Python packages without version specifiers. Version details
# are stored in a separate constraints file. For more information, visit:
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/tools/idf-tools.html

esp-docs
linuxdoc
4 changes: 4 additions & 0 deletions tools/requirements/requirements.gdbgui.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Python package requirements for gdbgui support ESP-IDF.
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-gdbgui"
#
# This file lists Python packages without version specifiers. Version details
# are stored in a separate constraints file. For more information, visit:
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/tools/idf-tools.html

# gdbgui Python 3.11 issue https://github.com/cs01/gdbgui/issues/447 was fixed in 0.15.2.0. Windows users need an
# older Python to use since new gdbgui versions don't support Windows anymore.
Expand Down
4 changes: 4 additions & 0 deletions tools/requirements/requirements.pytest.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Python package requirements for pytest in ESP-IDF.
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-pytest"
#
# This file lists Python packages without version specifiers. Version details
# are stored in a separate constraints file. For more information, visit:
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/tools/idf-tools.html

pytest-embedded-serial-esp
pytest-embedded-idf
Expand Down

0 comments on commit eb606b9

Please sign in to comment.