更新依赖
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ COPY . /app
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN pip --no-cache-dir install -i ${PIPURL} --upgrade pip \
|
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 \
|
&& pip --no-cache-dir install -i ${PIPURL} gunicorn \
|
||||||
&& chmod +x start.sh
|
&& chmod +x start.sh
|
||||||
CMD ./start.sh
|
CMD ./start.sh
|
||||||
@@ -11,7 +11,8 @@ PyMySQL==1.0.2
|
|||||||
psutil==5.8.0
|
psutil==5.8.0
|
||||||
Flask-Mail==0.9.1
|
Flask-Mail==0.9.1
|
||||||
sqlparse==0.4.2
|
sqlparse==0.4.2
|
||||||
captcha==0.3
|
|
||||||
Pillow==8.2.0
|
Pillow==8.2.0
|
||||||
python-dotenv==0.19.1
|
python-dotenv==0.19.1
|
||||||
webargs==8.0.1
|
webargs==8.0.1
|
||||||
|
Flask-Session==0.4.0
|
||||||
|
redis==4.1.0
|
||||||
Reference in New Issue
Block a user