Add jinja2 to dependencies.
This commit is contained in:
parent
de68d3355a
commit
b440c260e6
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
3
setup.py
3
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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue