Skip to content

Commit 377f2e3

Browse files
committed
update prettytable version on python3
1 parent c5f4c2d commit 377f2e3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/mbed-ls/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
PrettyTable<=1.0.1
1+
PrettyTable<=1.0.1; python_version < '3.6'
2+
prettytable>=2.0,<3.0; python_version >= '3.6'
23
mbed-os-tools>=0.0.9

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ PySerial>=3.0,<4.0
22
requests>=2.0,<3.0
33
intelhex>=2.0,<3.0
44
future
5-
PrettyTable<=1.0.1
5+
PrettyTable<=1.0.1; python_version < '3.6'
6+
prettytable>=2.0,<3.0; python_version >= '3.6'
67
fasteners
78
appdirs>=1.4,<2.0
89
junit-xml>=1.0,<2.0

0 commit comments

Comments
 (0)