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]