From b11ba9065a24bf8e12a265dcfcb9c13fd9f7be4e Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Sun, 29 Sep 2024 11:13:06 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5cd23bbf3..1639f9f67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ django-apscheduler = "^0.6.2" pymupdf = "1.24.9" pypdf = "4.3.1" rapidocr-onnxruntime = "1.3.24" -opencv-python-headless = "^4.10.0" python-docx = "^1.1.0" xlwt = "^1.3.0" dashscope = "^1.17.0" @@ -46,17 +45,11 @@ openpyxl = "^3.1.2" xlrd = "^2.0.1" gunicorn = "^22.0.0" python-daemon = "3.0.1" -gevent = "^24.2.1" -restrictedpython = "^7.2" -cgroups = "^0.1.0" -wasm-exec = "^0.1.9" - -boto3 = "^1.34.151" -tencentcloud-sdk-python = "^3.0.1205" -xinference-client = "^0.14.0.post1" +boto3 = "^1.34.160" +tencentcloud-sdk-python = "^3.0.1209" +xinference-client = "^0.14.1.post1" psutil = "^6.0.0" celery = { extras = ["sqlalchemy"], version = "^5.4.0" } -eventlet = "^0.36.1" django-celery-beat = "^2.6.0" celery-once = "^3.0.1" [build-system]