- 修复语言选择不生效的bug
This commit is contained in:
EstrellaXD
2022-07-27 11:17:37 +08:00
parent b5db649826
commit c144b0a5d5
2 changed files with 1 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ WORKDIR /src
ADD requirements.txt .
RUN apt-get update && apt-get install python3-lxml
RUN pip install -r requirements.txt
ENV TZ=Asia/Shanghai

View File

@@ -1,8 +1,5 @@
anyio
beautifulsoup4
libxml2
libxslt
lxml
certifi==2022.6.15
charset-normalizer
click==8.1.3