The server now depends on SQLite by default

This commit is contained in:
Ashwin Bharambe 2024-11-04 20:35:53 -08:00
parent 9a57a009ee
commit a81178f1f5

View file

@ -25,6 +25,7 @@ from llama_stack.distribution.utils.config_dirs import BUILDS_BASE_DIR
# These are the dependencies needed by the distribution server.
# `llama-stack` is automatically installed by the installation script.
SERVER_DEPENDENCIES = [
"aiosqlite",
"fastapi",
"fire",
"httpx",