Add jinja2 to dependencies.

pull/720/head
Paulus Schoutsen 2015-12-09 16:36:24 -08:00
parent de68d3355a
commit b440c260e6
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ pyyaml>=3.11,<4
pytz>=2015.4
pip>=7.0.0
vincenty==0.1.3
jinja2>=2.8
# homeassistant.components.arduino
PyMata==2.07a

View File

@ -14,7 +14,8 @@ REQUIRES = [
'pyyaml>=3.11,<4',
'pytz>=2015.4',
'pip>=7.0.0',
'vincenty==0.1.3'
'vincenty==0.1.3',
'jinja2>=2.8'
]
setup(