Add "fire" as a dependency

This commit is contained in:
Ashwin Bharambe 2024-09-17 13:23:09 -07:00
parent afed1637b4
commit 25dd27bdc7

View file

@ -20,6 +20,7 @@ from .datatypes import Api, ApiEndpoint, ProviderSpec, remote_provider_spec
# `llama-stack` is automatically installed by the installation script.
SERVER_DEPENDENCIES = [
"fastapi",
"fire",
"uvicorn",
]