Skip to content

Commit 9ee384f

Browse files
Merge branch 'master' into remove_circle_ci
2 parents b1fa59a + 4203baf commit 9ee384f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/mbed-greentea/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def read(fname):
5252
"console_scripts": ["mbedgt=mbed_greentea.mbed_greentea_cli:main",],
5353
},
5454
install_requires=[
55-
"mbed-os-tools"
55+
"mbed-os-tools==0.0.1"
5656
],
5757
tests_require = [
5858
"mock>=2"

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ def read(fname):
4444
license="Apache-2.0",
4545
test_suite="test",
4646
install_requires=[
47-
"PySerial>=3.0",
48-
"requests",
49-
"intelhex",
47+
"PySerial>=3.0,<4.0",
48+
"requests>=2.0,<3.0",
49+
"intelhex>=2.0,<3.0",
5050
"future",
5151
"PrettyTable>=0.7.2",
5252
"fasteners",
53-
"appdirs>=1.4",
54-
"junit-xml",
53+
"appdirs>=1.4,<2.0",
54+
"junit-xml>=1.0,<2.0",
5555
"lockfile",
56-
"six",
56+
"six>=1.0,<2.0",
5757
"colorama>=0.3,<0.5",
5858
],
5959
tests_require=["mock>=2", "pytest>=3"],

0 commit comments

Comments
 (0)