summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-09 11:58:19 +0900
committerGitHub <noreply@github.com>2020-02-09 11:58:19 +0900
commitf076b6ddf21b20d9eb680c8a502473598a60b6ac (patch)
tree2e71228640220a3c882224a18a5198d367b985e9 /setup.py
parent2e87ee85a22279ee4ecc658f830520a88c90236d (diff)
parent853e71b77da4907965cc06bdd03da4b95736885a (diff)
downloadsphinx-git-f076b6ddf21b20d9eb680c8a502473598a60b6ac.tar.gz
Merge pull request #7110 from tk0miya/6623_unpin_babel2
Close #6623: babel-2.0 or above is available (Unpinned)
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',