forked from phoenix-oss/llama-stack-mirror
chore: add sqlalchemy to test dependencies (#2236)
# What does this PR do? ## Test Plan
This commit is contained in:
parent
51945f1e57
commit
b054023800
2 changed files with 7 additions and 0 deletions
|
@ -91,6 +91,8 @@ test = [
|
|||
"datasets",
|
||||
"autoevals",
|
||||
"transformers",
|
||||
"sqlalchemy",
|
||||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
]
|
||||
docs = [
|
||||
"sphinx-autobuild",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue