a457681b1c
Split up requirements.txt into several files so that CI tools can utilize/reference the specific requirements-<FOO>.txt they may need while keep things in sync with the development. This is to reduce both time and amount of work CI actions due to python package install. Create the following groupings: 1. BASE - needed to build or create zephyr images 2. BUILD-TEST - need to run compile/build tests 3. DOC - need to build the docs 4. RUN-TEST - need for runtime testing 5. EXTRAS - optional or useful for development/developers workflow Also tried to add a comment about what or why a given package is being pulled in for. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
# DOC: used to generate docs
|
|
|
|
breathe>=4.9.1
|
|
docutils>=0.14
|
|
sphinx>=1.7.5
|
|
sphinx_rtd_theme
|
|
sphinx-tabs
|
|
sphinxcontrib-svg2pdfconverter
|