Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-07 19:58:43 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-07 19:58:46 +0300
commit853e71b77da4907965cc06bdd03da4b95736885a (patch)
tree1d212998bd875661fc714600d2bfe110e86a19cd /setup.py
parentd4aeae475943aef9b935f7487baf90ccc1c58b42 (diff)
Close #6623: babel-2.0 or above is available (Unpinned)
refs: * 6bce0a1c10f7ebeda7b54afed88c27dca185f1ee * https://github.com/mitsuhiko/babel/issues/174
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 19522777b..bb6273033 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ install_requires = [
'Pygments>=2.0',
'docutils>=0.12',
'snowballstemmer>=1.1',
- 'babel>=1.3,!=2.0',
+ 'babel>=1.3',
'alabaster>=0.7,<0.8',
'imagesize',
'requests>=2.5.0',