From e214b508d20910e9131486173630e063d0efcf0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E6=B4=8B=E4=B8=89=E6=B4=8B?= <1258009915@qq.com> Date: Sat, 1 Mar 2025 22:37:16 +0800 Subject: [PATCH] [deps] Add ray serve & python-multipart --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f5713af..312a499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,8 @@ dependencies = [ "opencv-python>=4.11.0.86", "optimum>=1.24.0", "pyclipper>=1.3.0.post6", + "python-multipart>=0.0.20", + "ray[serve]>=2.43.0", "shapely>=2.0.7", "streamlit>=1.42.2", "streamlit-paste-button>=0.1.2",