chore: remove additional_pip_packages

all of the additional pip packages are already in `llama-stack`'s pyproject except for psycopg2-binary (which I added), so they are unnecessary. This also allows me to get rid of the additional_pip_packages field

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern 2025-11-19 16:16:00 -05:00
parent 6ffaae62f8
commit 4311641fd6
16 changed files with 3 additions and 78 deletions

View file

@ -50,6 +50,7 @@ dependencies = [
"asyncpg", # for metadata store
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
"starlette>=0.49.1",
"psycopg2-binary",
]
[project.optional-dependencies]