diff options
author | clarkzjw <[email protected]> | 2020-06-16 16:35:04 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2020-06-16 16:35:04 +0800 |
commit | 0a54890250092cc4d8665c528ae313d20124c89f (patch) | |
tree | 88c9ea084d08f196314efa83d144cd7547a916b7 | |
parent | 00a3cdbdc8de2398aa28cda128efeeda395158a5 (diff) | |
download | blog.jinwei.me-0a54890250092cc4d8665c528ae313d20124c89f.tar.gz |
+ update dependencies
-rw-r--r-- | Dockerfile | 4 | ||||
-rw-r--r-- | requirements.txt | 5 |
2 files changed, 4 insertions, 5 deletions
@@ -1,8 +1,8 @@ | |||
1 | FROM python:3.7.0 as builder | 1 | FROM python:3.8.0 as builder |
2 | 2 | ||
3 | LABEL maintainer=clarkzjw<[email protected]> | 3 | LABEL maintainer=clarkzjw<[email protected]> |
4 | 4 | ||
5 | RUN pip install virtualenv | 5 | RUN pip install virtualenv setuptools==45 |
6 | 6 | ||
7 | COPY requirements.txt /app/requirements.txt | 7 | COPY requirements.txt /app/requirements.txt |
8 | 8 | ||
diff --git a/requirements.txt b/requirements.txt index 3e2a2c4..2238045 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -1,4 +1,3 @@ | |||
1 | setuptools==45 | ||
2 | alabaster==0.7.10 | 1 | alabaster==0.7.10 |
3 | git+https://github.com/clarkzjw/alagitpull.git | 2 | git+https://github.com/clarkzjw/alagitpull.git |
4 | Babel==2.5.1 | 3 | Babel==2.5.1 |
@@ -9,8 +8,8 @@ docutils==0.14 | |||
9 | html5lib==1.0.1 | 8 | html5lib==1.0.1 |
10 | idna==2.6 | 9 | idna==2.6 |
11 | imagesize==0.7.1 | 10 | imagesize==0.7.1 |
12 | Jinja2==2.10 | 11 | Jinja2>=2.10.1 |
13 | MarkupSafe==1.0 | 12 | MarkupSafe==1.1.1 |
14 | Pygments==2.2.0 | 13 | Pygments==2.2.0 |
15 | pytz==2017.3 | 14 | pytz==2017.3 |
16 | requests>=2.20.0 | 15 | requests>=2.20.0 |