mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 19:38:42 +00:00
move moto to unit group
This commit is contained in:
parent
7ceb388085
commit
06a76f3ff6
2 changed files with 3 additions and 3 deletions
|
|
@ -98,6 +98,7 @@ unit = [
|
|||
"together",
|
||||
"coverage",
|
||||
"chromadb>=1.0.15",
|
||||
"moto[s3]>=5.1.10",
|
||||
]
|
||||
# These are the core dependencies required for running integration tests. They are shared across all
|
||||
# providers. If a provider requires additional dependencies, please add them to your environment
|
||||
|
|
@ -121,7 +122,6 @@ test = [
|
|||
"pymilvus>=2.5.12",
|
||||
"milvus-lite>=2.5.0",
|
||||
"weaviate-client>=4.16.4",
|
||||
"moto[s3]>=5.1.10",
|
||||
]
|
||||
docs = [
|
||||
"setuptools",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue