Skip to content

Commit c95d2b3

Browse files
committed
Don't require too old mbed tools
Don't require too old of a version of mbed-greentea, mbed-host-tests, or mbed-ls. We conservatively limit the versions to less than 2.0 for now, in case we'ld like to break backwards compatibility in the future.
1 parent 22d926f commit c95d2b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ idna>=2,<2.8
1212
pyserial>=3,<=3.4
1313
Jinja2>=2.10.1,<2.11
1414
intelhex>=1.3,<=2.2.1
15-
mbed-ls>=1.5.1,<1.8
16-
mbed-host-tests>=1.4.4,<1.6
17-
mbed-greentea>=0.2.24,<1.8
15+
mbed-ls>=1.5.1,<2.0
16+
mbed-host-tests>=1.4.4,<2.0
17+
mbed-greentea>=0.2.24,<2.0
1818
beautifulsoup4>=4,<=4.6.3
1919
pyelftools>=0.24,<=0.25
2020
manifest-tool==1.5.2

0 commit comments

Comments
 (0)