Add jinja2 to dependencies.

This commit is contained in:
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 pytz>=2015.4
pip>=7.0.0 pip>=7.0.0
vincenty==0.1.3 vincenty==0.1.3
jinja2>=2.8
# homeassistant.components.arduino # homeassistant.components.arduino
PyMata==2.07a PyMata==2.07a

View file

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