mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
setup.py: Stop caring about pip 1.5.6
This version is silly old and anyone that's _still_ using this is not going to be building Sphinx from source. Simply remove it. Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
parent
8fb03f5967
commit
dbd58d4c51
7
setup.py
7
setup.py
@ -75,13 +75,6 @@ extras_require = {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
# for sdist installation with pip-1.5.6
|
|
||||||
if sys.platform == 'win32':
|
|
||||||
requires.append('colorama>=0.3.5')
|
|
||||||
|
|
||||||
if sys.version_info < (3, 5):
|
|
||||||
requires.append('typing')
|
|
||||||
|
|
||||||
# Provide a "compile_catalog" command that also creates the translated
|
# Provide a "compile_catalog" command that also creates the translated
|
||||||
# JavaScript files if Babel is available.
|
# JavaScript files if Babel is available.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user