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. # These are the dependencies needed by the distribution server.
# `llama-stack` is automatically installed by the installation script. # `llama-stack` is automatically installed by the installation script.
SERVER_DEPENDENCIES = [ SERVER_DEPENDENCIES = [
"aiosqlite",
"fastapi", "fastapi",
"fire", "fire",
"httpx", "httpx",