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>2017-01-29 12:05:17 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-29 12:05:17 +0300
commitd33cf0497920265269da599982fc2dec7244d160 (patch)
tree949de01246575c4de55cb3eece11dec61deeebb8 /setup.py
parent21ef6b7e0fdf4b63f3182cbc15625f842f77c8cd (diff)
parent678cc3d50363e927ab904b61e9d7eaee04f4e965 (diff)
Merge branch 'stable'
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 ebf810bf8..fdf7b99a3 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ requires = [
'babel>=1.3,!=2.0',
'alabaster>=0.7,<0.8',
'imagesize',
- 'requests>=2.4.0',
+ 'requests>=2.0.0',
'typing',
]
extras_require = {