From 96470d95d41c5bab92bf8382290f2ebb89490d41 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Thu, 8 Sep 2022 10:30:00 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=9B=B4=E6=96=B0dockerfile=EF=BC=8C?= =?UTF-8?q?=E5=87=8F=E5=B0=8Fdocker=E9=95=9C=E5=83=8F=E4=BD=93=E7=A7=AF=20?= =?UTF-8?q?2.=20=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=EF=BC=8C=E5=87=8F=E5=B0=91bug=E5=87=BA=E7=8E=B0=E5=87=A0?= =?UTF-8?q?=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- requirements.txt | 65 ++++-------------------------------------------- 2 files changed, 6 insertions(+), 61 deletions(-) diff --git a/Dockerfile b/Dockerfile index b30eb99..639e559 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # myproject/Dockerfile # 建立 python3.9 环境 -FROM python:3.9.13 +FROM python:3.9-slim # 镜像作者大江狗 MAINTAINER ngfchl ngfchl@126.com diff --git a/requirements.txt b/requirements.txt index e1609d3..f37ea73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,13 @@ APScheduler==3.9.1 asgiref==3.5.2 -astor==0.8.1 async-timeout==4.0.2 -attrdict==2.0.1 -Babel==2.10.3 baidu-aip==4.16.7 -bce-python-sdk==0.8.74 -borax==3.5.6 -cachetools==5.2.0 certifi==2022.6.15 +cffi==1.15.1 chardet==5.0.0 charset-normalizer==2.1.1 -click==8.1.3 -cloudscraper==1.2.60 -cssselect==1.1.0 -cssutils==2.5.1 -cycler==0.11.0 -Cython==0.29.32 -decorator==5.1.1 +cloudscraper==1.2.64 defusedxml==0.7.1 -deluge-client==1.9.0 Deprecated==1.2.13 diff-match-patch==20200713 Django==4.1 @@ -29,80 +17,37 @@ django-redis==5.2.0 django-simpleui==2022.7.29 docker==6.0.0 et-xmlfile==1.1.0 -Flask==2.2.2 -Flask-Babel==2.0.0 -fonttools==4.35.0 -future==0.18.2 gitdb==4.0.9 GitPython==3.1.27 -htmlgenerator==1.2.18 idna==3.3 -imageio==2.21.1 -imgaug==0.4.0 -importlib-metadata==4.12.0 -itsdangerous==2.1.2 -Jinja2==3.1.2 -kiwisolver==1.4.4 -lmdb==1.3.0 lxml==4.9.1 -Markdown==3.4.1 MarkupPy==1.14 -MarkupSafe==2.1.1 -matplotlib==3.5.3 -networkx==2.8.5 -numpy==1.23.2 odfpy==1.4.1 OpenCC==1.1.4 -opencv-contrib-python==4.4.0.46 -opencv-python==4.6.0.66 openpyxl==3.0.10 -opt-einsum==3.3.0 packaging==21.3 -paddle-bfloat==0.1.7 -paddleocr==2.5.0.3 -paddlepaddle==2.3.1 -pandas==1.4.3 -Pillow==9.2.0 -premailer==3.10.0 -prettytable==3.3.0 -protobuf==3.20.0 -pyclipper==1.3.0.post3 -pycryptodome==3.15.0 +pycparser==2.21 pyparsing==3.0.9 pypushdeer==0.0.3 -python-dateutil==2.8.2 -python-Levenshtein==0.12.2 pytz==2022.2.1 pytz-deprecation-shim==0.1.0.post0 -PyWavelets==1.3.0 PyYAML==6.0 -qbittorrent-api==2022.8.36 +qbittorrent-api==2022.8.37 redis==4.3.4 requests==2.28.1 requests-toolbelt==0.9.1 -scikit-image==0.19.3 -scipy==1.9.0 -Shapely==1.8.3 -simplejson==3.17.6 six==1.16.0 smmap==5.0.0 sqlparse==0.4.2 -supervisor==4.2.4 tablib==3.2.1 -tifffile==2022.8.12 -tqdm==4.64.0 transmission-rpc==3.3.2 typing_extensions==4.3.0 tzdata==2022.2 tzlocal==4.2 -urllib3==1.26.11 -visualdl==2.3.0 -wcwidth==0.2.5 +urllib3==1.26.12 websocket-client==1.4.0 wechat-push==1.0.1 -Werkzeug==2.2.2 wrapt==1.14.1 wxpusher==2.2.0 xlrd==2.0.1 xlwt==1.3.0 -zipp==3.8.1