Skip to content

Commit 14d4ee3

Browse files
committed
python: Allow newer prettytable with newer python
This helps to allow installation of Mbed OS's Python requirements, when CMake is used, into the same Python environment as mbed-os-tools. The versions specified here are aligned with mbed-os-tools; tools/cmake/requirements.txt depends on the same version of prettytable as mbed-os-tools's requirements.txt.
1 parent 8ffab0a commit 14d4ee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/cmake/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
prettytable==0.7.2
1+
PrettyTable<=1.0.1; python_version < '3.6'
2+
prettytable>=2.0,<3.0; python_version >= '3.6'
23
future>=0.18.0,<1.0
34
jinja2>=2.11.3
45
intelhex>=2.3.0,<3.0.0

0 commit comments

Comments
 (0)