summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Wiesner <basti.wiesner@gmx.net>2008-11-27 00:32:38 +0100
committerSebastian Wiesner <basti.wiesner@gmx.net>2008-11-27 00:32:38 +0100
commitca123ba06cc05c87564fc3f5feb51f66989ce9e2 (patch)
tree3a6f526c7b1e0856b7f201d35404f25f52d2a4ba /setup.py
parent3a6d8037be8056d0d971900e1a58f32d0b6b5b23 (diff)
parent61f7e12faeca94a847aa32084bc4f1933d32c89a (diff)
downloadsphinx-ca123ba06cc05c87564fc3f5feb51f66989ce9e2.tar.gz
Automated merge with http://bitbucket.org/birkenfeld/sphinx
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e747e1b1..37cdd1e8 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ are already present, work fine and can be seen "in action" in the Python docs:
and inclusion of appropriately formatted docstrings.
'''
-requires = ['Pygments>=0.8', 'Jinja>=1.1', 'docutils>=0.4']
+requires = ['Pygments>=0.8', 'Jinja2>=2.0', 'docutils>=0.4']
if sys.version_info < (2, 4):
print 'ERROR: Sphinx requires at least Python 2.4 to run.'