From c539e0912073633ab62cbfc2ce3910b762ed8c4e Mon Sep 17 00:00:00 2001 From: Yu xing Date: Thu, 22 Aug 2024 20:25:33 -0700 Subject: [PATCH] fix nexa server dependency --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 16aea040..adee2ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "tqdm", # Shared dependencies "tabulate", "streamlit", + "python-multipart", ] classifiers = [ "Programming Language :: Python :: 3", diff --git a/requirements.txt b/requirements.txt index 5dfbadee..41a9b86e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ fastapi uvicorn pydantic pillow +python-multipart # For onnx optimum[onnxruntime] # for CPU version