From 1814dd9bfad68cabb7386489753fe791b1d2195d Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Tue, 26 May 2026 23:14:18 +0800 Subject: [PATCH] fix: include server API dependencies in package --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 4c59270..6cb6c9c 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,9 @@ setup( "openvino-tokenizers", "optimum", "optimum-intel", + "fastapi", + "uvicorn", + "python-multipart", ], python_requires=">=3.9" )