summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-15 21:23:59 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-16 21:28:02 +0900
commit19a187cb5443808c284dd9e8f85ad13cba98182b (patch)
treebdeab437b8061b6b2004f27a052107f541bb301e /setup.py
parentd160adb8118ebe19ee74b3fbd55478490c473ed8 (diff)
downloadsphinx-git-19a187cb5443808c284dd9e8f85ad13cba98182b.tar.gz
Update deps: requests-2.5.0 or above
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 23e51452c..346a67b20 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ install_requires = [
'babel>=1.3,!=2.0',
'alabaster>=0.7,<0.8',
'imagesize',
- 'requests>=2.0.0',
+ 'requests>=2.5.0',
'setuptools',
'packaging',
]