diff options
author | Georg Brandl <georg@python.org> | 2015-01-01 19:02:19 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-01-01 19:02:19 +0100 |
commit | fadfa5ecf770490a85fce0639c4424532fd6aa8a (patch) | |
tree | 385e0d6b4ab448b60e40d916e9cc62478de57ff6 /setup.py | |
parent | b715103c45dbf37a86707ed4d2c0b7ff5068bc23 (diff) | |
download | sphinx-git-fadfa5ecf770490a85fce0639c4424532fd6aa8a.tar.gz |
Require newer docutils and Pygments.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,8 +48,8 @@ if sys.version_info < (2, 6) or (3, 0) <= sys.version_info < (3, 3): requires = [ 'six>=1.4', 'Jinja2>=2.3', - 'Pygments>=1.2', - 'docutils>=0.10', + 'Pygments>=2.0', + 'docutils>=0.11', 'snowballstemmer>=1.1', 'babel', ] |