add support for Jinja2 in task file
[yardstick.git] / setup.py
old mode 100644 (file)
new mode 100755 (executable)
index f73094a..f171aaf
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ setup(
     url="https://www.opnfv.org",
     install_requires=["backport_ipaddress",  # remove with python3
                       "flake8",
+                      "Jinja2>=2.6",
                       "PyYAML>=3.10",
                       "pbr<2.0,>=1.3",
                       "python-glanceclient>=0.12.0",