From 0a54890250092cc4d8665c528ae313d20124c89f Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 16 Jun 2020 16:35:04 +0800 Subject: + update dependencies --- Dockerfile | 4 ++-- requirements.txt | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index a4a22e2..8befb27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM python:3.7.0 as builder +FROM python:3.8.0 as builder LABEL maintainer=clarkzjw -RUN pip install virtualenv +RUN pip install virtualenv setuptools==45 COPY requirements.txt /app/requirements.txt diff --git a/requirements.txt b/requirements.txt index 3e2a2c4..2238045 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -setuptools==45 alabaster==0.7.10 git+https://github.com/clarkzjw/alagitpull.git Babel==2.5.1 @@ -9,8 +8,8 @@ docutils==0.14 html5lib==1.0.1 idna==2.6 imagesize==0.7.1 -Jinja2==2.10 -MarkupSafe==1.0 +Jinja2>=2.10.1 +MarkupSafe==1.1.1 Pygments==2.2.0 pytz==2017.3 requests>=2.20.0 -- cgit v1.2.3