build: 删除无用依赖包
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
shaohuzhang1 2024-09-29 11:13:06 +08:00 committed by shaohuzhang1
parent 9b208f6abe
commit b11ba9065a

View File

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