diff options
author | Florian Bruhin <git@the-compiler.org> | 2014-08-28 17:45:55 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2014-08-28 20:14:40 +0200 |
commit | 2fdf241da2144695f960ae7e5064c28f90e959f1 (patch) | |
tree | f4c920c4ba3c93533a98f988e24b39c33bd65da7 /setup.py | |
parent | 6d2acc244c371ec75a635f7adb6a89db1e1faa00 (diff) | |
download | qutebrowser-2fdf241da2144695f960ae7e5064c28f90e959f1.tar.gz qutebrowser-2fdf241da2144695f960ae7e5064c28f90e959f1.zip |
Add dependency on jinja2.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ try: ['qutebrowser = qutebrowser.qutebrowser:main']}, test_suite='qutebrowser.test', zip_safe=True, - install_requires=['pypeg2'], + install_requires=['pypeg2', 'jinja2'], extras_require={'nice-debugging': ['colorlog', 'colorama'], 'checks': ['flake8', 'pylint', 'check-manifest', 'pyroma']}, |