mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
build: 删除无用依赖包
This commit is contained in:
parent
9b208f6abe
commit
b11ba9065a
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue