We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e060c8c + 14d4ee3 commit 662bd59Copy full SHA for 662bd59
requirements.txt
@@ -1,6 +1,5 @@
1
colorama==0.3.9
2
urllib3[secure]>=1.26.5
3
-prettytable==0.7.2
4
junit-xml==1.8
5
PyYAML>=5.4
6
jsonschema==2.6.0
tools/cmake/requirements.txt
@@ -1,4 +1,5 @@
+PrettyTable<=1.0.1; python_version < '3.6'
+prettytable>=2.0,<3.0; python_version >= '3.6'
future>=0.18.0,<1.0
jinja2>=2.11.3
intelhex>=2.3.0,<3.0.0
0 commit comments