summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ef322a89a..cdfe4c29a 100755
--- a/setup.py
+++ b/setup.py
@@ -169,7 +169,8 @@ setup(name='BuildStream',
'ruamel.yaml',
'pluginbase',
'Click',
- 'blessings'
+ 'blessings',
+ 'jinja2',
],
entry_points=bst_install_entry_points,
setup_requires=['pytest-runner', 'setuptools_scm'],