aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2019-01-24 09:16:59 +0800
committerGitHub <[email protected]>2019-01-24 09:16:59 +0800
commit9e01764113c0e363e2501b00f44d288ed9771975 (patch)
tree03bde6f6e81fa381ca39ad6aaa5c67bb926a7df1
parent514a36a40af2c94ddc85775886b4a51ac8bfea70 (diff)
downloadblog.jinwei.me-9e01764113c0e363e2501b00f44d288ed9771975.tar.gz
fix urllib3
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 2a76414..5f4e823 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,5 +17,5 @@ six==1.11.0
17snowballstemmer==1.2.1 17snowballstemmer==1.2.1
18Sphinx==1.6.6 18Sphinx==1.6.6
19sphinxcontrib-websupport==1.0.1 19sphinxcontrib-websupport==1.0.1
20urllib3==1.22 20urllib3>=1.23
21webencodings==0.5.1 21webencodings==0.5.1
Powered by cgit v1.2.3 (git 2.41.0)