mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-10 05:59:53 +08:00
2.5.19
- 修复语言选择不生效的bug
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
anyio
|
||||
beautifulsoup4
|
||||
libxml2
|
||||
libxslt
|
||||
lxml
|
||||
certifi==2022.6.15
|
||||
charset-normalizer
|
||||
click==8.1.3
|
||||
|
||||
Reference in New Issue
Block a user