diff --git a/tools/requirements-ci-build.txt b/tools/requirements-ci-build.txt index 9f26088..a13393c 100644 --- a/tools/requirements-ci-build.txt +++ b/tools/requirements-ci-build.txt @@ -2,5 +2,4 @@ # It installs flashing support through the mbed tools packages and also the mbedhtrun test runner. mbed-host-tests mbed-greentea -mbed-ls -mbed-os-tools \ No newline at end of file +mbed-ls \ No newline at end of file diff --git a/tools/requirements.txt b/tools/requirements.txt index a5012ab..9251570 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -3,4 +3,5 @@ future>=0.18.0,<1.0 jinja2>=2.11.3 intelhex>=2.3.0,<3.0.0 -mbed-tools \ No newline at end of file +mbed-tools +mbed-os-tools \ No newline at end of file