add some of the build script dependencies to setup.py

pull/694/head
James Crosby 2014-11-13 11:19:30 +00:00
parent 08c85ef136
commit 2b5085dbde
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ setup(name='mbed-tools',
maintainer_email=OWNER_EMAILS,
url='https://github.com/mbedmicro/mbed',
packages=find_packages(),
license=LICENSE)
license=LICENSE,
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3"])
# Restore previous private_settings if needed
if backup: