diff --git a/setup.py b/setup.py index 2de4fbc..7eab05e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(fname): url='http://github.com/mbr/latex', license='MIT', packages=find_packages(exclude=['tests']), - install_requires=['tempdir', 'data', 'future', 'shutilwhich'], + install_requires=['tempdir', 'data', 'future', 'shutilwhich', 'jinja2'], classifiers=[ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3',