更新依赖

This commit is contained in:
resonate
2022-01-14 13:46:33 +08:00
parent b5fbd9867b
commit 7d179aae2e
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ COPY . /app
WORKDIR /app
RUN pip --no-cache-dir install -i ${PIPURL} --upgrade pip \
&& pip --no-cache-dir install -i ${PIPURL} -r requirement/requirement-dev.txt \
&& pip --no-cache-dir install -i ${PIPURL} -r requirement/min.txt \
&& pip --no-cache-dir install -i ${PIPURL} gunicorn \
&& chmod +x start.sh
CMD ./start.sh
@@ -11,7 +11,8 @@ PyMySQL==1.0.2
psutil==5.8.0
Flask-Mail==0.9.1
sqlparse==0.4.2
captcha==0.3
Pillow==8.2.0
python-dotenv==0.19.1
webargs==8.0.1
webargs==8.0.1
Flask-Session==0.4.0
redis==4.1.0