Commit dc1934f9 by baiquan

使用uv进行包管理

parent 99153afd
google~=3.0.0
onnxruntime~=1.15.0
numpy~=1.24.2
protobuf~=3.20.2
requests~=2.32.3
websocket-client~=1.8.0
PyExecJS~=1.5.1
loguru~=0.7.3
celery~=5.5.0
fastapi~=0.115.11
pydantic~=2.10.6
curl_cffi~=0.10.0
DrissionPage~=4.1.0.18
urllib3~=2.3.0
dynaconf~=3.2.10
ddddocr~=1.5.6
playwright~=1.50.0
opencv-python~=4.11.0.86
tenacity~=9.1.2
tqdm~=4.67.1
gevent~=25.5.1
redis
uvicorn
pandas~=2.2.3
PyYAML~=6.0.2
PyMySQL~=1.1.1
mysql~=0.0.3
mysql-connector-python~=9.3.0
\ No newline at end of file
# 启动Celery Worker
celery -A celery_app worker -l info -P gevent
# 启动API服务
uvicorn api:app --host 0.0.0.0 --reload
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment