Skip to content

Commit 6c2e67f

Browse files
committed
Add dependency on jinja2
1 parent 9c232e4 commit 6c2e67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
author_email="[email protected]",
3939
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
4040
license="BSD",
41-
install_requires=["sphinx >= 1.0.1"],
41+
install_requires=["sphinx >= 1.0.1", 'Jinja2>=2.3'],
4242
package_data={'numpydoc': ['tests/test_*.py']},
4343
test_suite = 'nose.collector',
4444
cmdclass={"sdist": sdist},

0 commit comments

Comments
 (0)