Merge pull request #124 from stephenkyle-ARM/master

Add missing pyelftools to requirements.
Martin Kojtal 2016-05-24 10:26:03 +01:00
commit 839fa5a70e
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
colorama
pyelftools
pyserial
prettytable
Jinja2

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", "pyelftools"])
# Restore previous private_settings if needed
if backup: