diff options
author | clarkzjw <[email protected]> | 2018-10-30 16:55:22 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2018-10-30 16:55:22 +0800 |
commit | 514a36a40af2c94ddc85775886b4a51ac8bfea70 (patch) | |
tree | db643c98d73aa2b70be4c9696d9d9f82390a6836 | |
parent | 0917ff1847a1bfadcc1b0590501b8d5f98bfe8cd (diff) | |
download | blog.jinwei.me-514a36a40af2c94ddc85775886b4a51ac8bfea70.tar.gz |
Update requirements.txt
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 00fac8f..2a76414 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -12,7 +12,7 @@ Jinja2==2.10 | |||
12 | MarkupSafe==1.0 | 12 | MarkupSafe==1.0 |
13 | Pygments==2.2.0 | 13 | Pygments==2.2.0 |
14 | pytz==2017.3 | 14 | pytz==2017.3 |
15 | requests==2.18.4 | 15 | requests>=2.20.0 |
16 | six==1.11.0 | 16 | six==1.11.0 |
17 | snowballstemmer==1.2.1 | 17 | snowballstemmer==1.2.1 |
18 | Sphinx==1.6.6 | 18 | Sphinx==1.6.6 |