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