This commit is contained in:
jxxghp 2023-06-07 14:35:01 +08:00
parent e5c5a3a0ab
commit 09bd43e5e0
2 changed files with 1 additions and 2 deletions

View File

@ -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 \$ " \

View File

@ -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