Skip to content

Commit e0572e7

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Updated requirements.txt to be more module-version resilliant.
Moved modules tied to specific versions higher, and modules with no restrictions lower.
1 parent 390b581 commit e0572e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
colorama==0.3.9
2-
pyserial>=3,<=3.4
2+
urllib3[secure]==1.23
33
prettytable==0.7.2
4-
Jinja2>=2.7.3,<=2.10
5-
intelhex>=1.3,<=2.2.1
64
junit-xml==1.8
75
pyyaml==4.2b1
8-
urllib3[secure]==1.23
6+
jsonschema==2.6.0
7+
future==0.16.0
8+
six==1.11.0
9+
mbed-cloud-sdk==2.0.1
910
requests>=2.20,<2.21
11+
idna>=2,<2.8
12+
pyserial>=3,<=3.4
13+
Jinja2>=2.7.3,<=2.10
14+
intelhex>=1.3,<=2.2.1
1015
intervaltree>=2,<3
1116
mbed-ls>=1.5.1,<1.7
1217
mbed-host-tests>=1.1.2,<=1.5
1318
mbed-greentea>=0.2.24,<=1.5
1419
beautifulsoup4>=4,<=4.6.3
1520
fuzzywuzzy>=0.11,<=0.17
1621
pyelftools>=0.24,<=0.25
17-
jsonschema==2.6.0
18-
future==0.16.0
19-
six==1.11.0
2022
git+https://github.com/armmbed/[email protected]
21-
mbed-cloud-sdk==2.0.1
22-
pyocd>=0.14,<0.15
2323
icetea>=1.0.2,<1.1

0 commit comments

Comments
 (0)