diff --git a/requirements_all.txt b/requirements_all.txt index 15bdeb60a3c..9587ba55d27 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/setup.py b/setup.py index 945138cd34b..2508b44e2fd 100755 --- a/setup.py +++ b/setup.py @@ -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(