pyYAML is req for exporters (#1652)

pull/1656/head
Martin Kojtal 2016-04-07 19:11:01 +01:00
parent dd3c5f7fa8
commit f04e3dc8a4
2 changed files with 2 additions and 1 deletions

View File

@ -7,3 +7,4 @@ mbed-ls
project-generator>=0.8.11,<0.9.0
junit-xml
requests
pyYAML

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.11,<0.9.0", "junit-xml", "requests"])
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3", "project-generator>=0.8.11,<0.9.0", "junit-xml", "requests", "pyYAML"])
# Restore previous private_settings if needed
if backup: