File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def read(fname):
52
52
"console_scripts" : ["mbedgt=mbed_greentea.mbed_greentea_cli:main" ,],
53
53
},
54
54
install_requires = [
55
- "mbed-os-tools"
55
+ "mbed-os-tools==0.0.1 "
56
56
],
57
57
tests_require = [
58
58
"mock>=2"
Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ def read(fname):
44
44
license = "Apache-2.0" ,
45
45
test_suite = "test" ,
46
46
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 " ,
50
50
"future" ,
51
51
"PrettyTable>=0.7.2" ,
52
52
"fasteners" ,
53
- "appdirs>=1.4" ,
54
- "junit-xml" ,
53
+ "appdirs>=1.4,<2.0 " ,
54
+ "junit-xml>=1.0,<2.0 " ,
55
55
"lockfile" ,
56
- "six" ,
56
+ "six>=1.0,<2.0 " ,
57
57
"colorama>=0.3,<0.5" ,
58
58
],
59
59
tests_require = ["mock>=2" , "pytest>=3" ],
You can’t perform that action at this time.
0 commit comments