mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 02:03:44 +00:00
chore: remove pyyaml duplication in pyproject
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
97f535c4f1
commit
f229ba2d97
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,6 @@ dependencies = [
|
|||
"aiosqlite>=0.21.0", # server - for metadata store
|
||||
"asyncpg", # for metadata store
|
||||
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
|
||||
"pyyaml>=6.0.2",
|
||||
"starlette>=0.49.1",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue