workspace_tools/setup.py: install requirement jinja2

Adding a missing install requirement: Jinja2
pull/1005/head
Olaf Hagendorf 2015-03-31 18:39:49 +02:00
parent 95bb89d4a8
commit 6cd12e3429
1 changed files with 1 additions and 1 deletions

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"])
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3"])
# Restore previous private_settings if needed
if backup: