From 09bd43e5e00b1fac74879436571eb1d537f97e2b Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 7 Jun 2023 14:35:01 +0800 Subject: [PATCH] fix --- Dockerfile | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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