mirror of https://github.com/ARMmbed/mbed-os.git
Adding missing dependencies
parent
70c8bcf156
commit
cb077d17a6
|
@ -3,4 +3,6 @@ pyserial
|
||||||
prettytable
|
prettytable
|
||||||
Jinja2
|
Jinja2
|
||||||
IntelHex
|
IntelHex
|
||||||
mbed-ls
|
mbed-ls
|
||||||
|
project-generator>=0.8.8,<0.9.0
|
||||||
|
junit-xml
|
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ setup(name='mbed-tools',
|
||||||
url='https://github.com/mbedmicro/mbed',
|
url='https://github.com/mbedmicro/mbed',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
license=LICENSE,
|
license=LICENSE,
|
||||||
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3", "project-generator>=0.8.8,<0.9.0"])
|
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3", "project-generator>=0.8.8,<0.9.0", "junit-xml"])
|
||||||
|
|
||||||
# Restore previous private_settings if needed
|
# Restore previous private_settings if needed
|
||||||
if backup:
|
if backup:
|
||||||
|
|
Loading…
Reference in New Issue