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]