From f7982e3e43a8c2357ea162ec4e1d63717cdea32d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 14 Sep 2023 11:36:37 +0800 Subject: [PATCH] fix build --- Dockerfile | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8f755b32..6351fe90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ RUN apt-get update \ && useradd -r moviepilot -g moviepilot -d ${HOME} -s /bin/bash -u 911 \ && apt-get install -y build-essential \ && pip install --upgrade pip \ - && pip install cython \ + && pip install Cython \ && pip install -r requirements.txt \ && playwright install-deps chromium \ && python_ver=$(python3 -V | awk '{print $2}') \ diff --git a/requirements.txt b/requirements.txt index cf0b120f..f4eec40c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cython~=3.0.2 +Cython~=3.0.2 pydantic~=1.10.8 SQLAlchemy~=2.0.15 uvicorn~=0.22.0 @@ -41,7 +41,6 @@ slack_sdk~=3.21.3 chardet~=4.0.0 starlette~=0.27.0 PyVirtualDisplay~=3.0 -Cython~=0.29.35 psutil~=5.9.4 python_hosts~=1.0.3 watchdog~=3.0.0