Skip to content

Commit 383818c

Browse files
authored
Merge pull request #13944 from 0xc0170/cmake-requirements
CMake: Add requirements.txt file for required Python modules
2 parents d6784c3 + 006eff5 commit 383818c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tools/cmake/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Supported examples can be identified by the presence of a top level `CMakeLists.
4949
Prerequisities:
5050
- CMake >=3.19.0
5151
- mbed-tools >=4.0.0
52+
- Python modules defined in [`tools/cmake/requirements.txt`](./requirements.txt)
5253

5354
From the application root or wherever `mbed-os.lib` is found, run the following command to:
5455
* create the Mbed OS configuration CMake module

tools/cmake/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
prettytable==0.7.2
2+
future==0.16.0
3+
Jinja2>=2.10.1,<2.11

0 commit comments

Comments
 (0)