diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--] | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index f73094ac1..f171aafee 100644..100755 --- 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", |