diff --git a/Dockerfile b/Dockerfile index 2baac3c4..7034e573 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM python:3.10.11-alpine3.17 -RUN apk update && apk add --no-cache cython ENV LANG="C.UTF-8" \ TZ="Asia/Shanghai" \ PS1="\u@\h:\w \$ " \ diff --git a/requirements.txt b/requirements.txt index 79bcca7f..611c6cf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +cython~=0.29.24 pydantic~=1.10.8 SQLAlchemy~=2.0.15 uvicorn~=0.22.0 @@ -18,7 +19,6 @@ urllib3~=2.0.2 lxml~=4.9.2 tmdbv3api~=1.7.7 pyquery~=2.0.0 -cython~=0.29.24 fast-bencode~=1.1.3 ruamel.yaml~=0.17.31 APScheduler~=3.10.1