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):
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"
Original file line number Diff line number Diff 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" ],
You can’t perform that action at this time.
0 commit comments