From 778b567aa111b558fb7cf6c3fff98c79753f37ef Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Thu, 14 Nov 2024 17:14:33 -0800 Subject: [PATCH] Update pyproject to include missing SDXL app deps (#529) Update pyproject to include missing SDXL app deps. These were discovered while testing shortfin apps flow by only pre-installing the shark meta pkg --- shortfin/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shortfin/pyproject.toml b/shortfin/pyproject.toml index 67483fb05..7c4ed8a33 100644 --- a/shortfin/pyproject.toml +++ b/shortfin/pyproject.toml @@ -39,6 +39,9 @@ apps = [ "transformers", "dataclasses-json", "pillow", + "fastapi", + "uvicorn", + "aiohttp", ] [tool.pytest.ini_options]