Adding missing dependencies

pull/1594/head
Brian Daniels 2016-03-07 15:04:28 -06:00
parent 70c8bcf156
commit cb077d17a6
2 changed files with 4 additions and 2 deletions

View File

@ -3,4 +3,6 @@ pyserial
prettytable
Jinja2
IntelHex
mbed-ls
mbed-ls
project-generator>=0.8.8,<0.9.0
junit-xml

View File

@ -40,7 +40,7 @@ setup(name='mbed-tools',
url='https://github.com/mbedmicro/mbed',
packages=find_packages(),
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
if backup: