更新requirements.txt, Dockerfile

This commit is contained in:
RainSun 2021-09-04 03:14:08 +00:00
parent 181bfbcba3
commit 378d49f5bb
2 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,4 @@ WORKDIR /app
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
COPY . /app COPY . /app
CMD sleep 100000000 CMD sh go.sh && python -i

View File

@ -1,3 +1,4 @@
baidu-aip==2.2.18.0
beautifulsoup4==4.8.2 beautifulsoup4==4.8.2
bs4==0.0.1 bs4==0.0.1
certifi==2019.11.28 certifi==2019.11.28
@ -15,4 +16,4 @@ requests==2.22.0
six==1.14.0 six==1.14.0
soupsieve==1.9.5 soupsieve==1.9.5
urllib3==1.25.7 urllib3==1.25.7
Werkzeug==0.16.0 Werkzeug==0.16.0