- 修复语言选择不生效的bug
This commit is contained in:
EstrellaXD
2022-07-27 11:08:50 +08:00
parent b736c01e55
commit 2746d9f28d
2 changed files with 3 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.10-slim-buster
FROM python:3.10-buster
WORKDIR /src

View File

@@ -1,9 +1,5 @@
anyio==3.6.1
beautifulsoup4==4.11.1
libxml2
libxslt
clang
cython
anyio
beautifulsoup4
lxml
certifi==2022.6.15
charset-normalizer