diff options
author | clarkzjw <[email protected]> | 2020-06-16 16:23:45 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-16 16:23:45 +0800 |
commit | e30aa3cbb4d48f8ec57b5dfd857a3023d4b58eae (patch) | |
tree | 277e022bcca8f20e6de7b14f890603029c86bbb7 | |
parent | 0f2560865393979124e90c6ad60490a722705ff5 (diff) | |
download | blog.jinwei.me-e30aa3cbb4d48f8ec57b5dfd857a3023d4b58eae.tar.gz |
pin setuptools==45
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 5f4e823..bafdcf3 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -13,6 +13,7 @@ MarkupSafe==1.0 | |||
13 | Pygments==2.2.0 | 13 | Pygments==2.2.0 |
14 | pytz==2017.3 | 14 | pytz==2017.3 |
15 | requests>=2.20.0 | 15 | requests>=2.20.0 |
16 | setuptools==45 | ||
16 | six==1.11.0 | 17 | six==1.11.0 |
17 | snowballstemmer==1.2.1 | 18 | snowballstemmer==1.2.1 |
18 | Sphinx==1.6.6 | 19 | Sphinx==1.6.6 |