mirror of https://github.com/ARMmbed/mbed-os.git
add some of the build script dependencies to setup.py
parent
08c85ef136
commit
2b5085dbde
3
setup.py
3
setup.py
|
|
@ -39,7 +39,8 @@ setup(name='mbed-tools',
|
||||||
maintainer_email=OWNER_EMAILS,
|
maintainer_email=OWNER_EMAILS,
|
||||||
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"])
|
||||||
|
|
||||||
# Restore previous private_settings if needed
|
# Restore previous private_settings if needed
|
||||||
if backup:
|
if backup:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue