diff options
| author | Georg Brandl <georg@python.org> | 2010-02-17 10:38:59 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-02-17 10:38:59 +0100 |
| commit | dd1d2974e9329db35ae8afbc75ca8e1ca25c6b80 (patch) | |
| tree | 6ec09598abab713ea0c94d96a93d17d5b83555a7 /setup.py | |
| parent | 53988fa17f5432c0b3ea6e9e1aa495a6a6b8a502 (diff) | |
| download | sphinx-dd1d2974e9329db35ae8afbc75ca8e1ca25c6b80.tar.gz | |
Update Jinja2 requirement.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ A development egg can be found `here <http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_. ''' -requires = ['Pygments>=0.8', 'Jinja2>=2.1', 'docutils>=0.4'] +requires = ['Pygments>=0.8', 'Jinja2>=2.2', 'docutils>=0.4'] if sys.version_info < (2, 4): print 'ERROR: Sphinx requires at least Python 2.4 to run.' |
