Skip to content

Commit 078b138

Browse files
committed
bug: added missing pydantic-settings-yaml dependency
1 parent 8f8ddab commit 078b138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = [
2525
"loguru >=0.7",
2626
"pydantic >=2.11",
2727
"pydantic-settings >=2.9",
28+
"pydantic-settings-yaml >=0.2.0",
2829
"python-dateutil >=2.9",
2930
"pytest >=8.3",
3031
"starlette >=0.46",
@@ -45,4 +46,4 @@ Homepage = "https://github.com/JaneliaSciComp/x2s3"
4546
Repository = "https://github.com/JaneliaSciComp/x2s3"
4647

4748
[tool.setuptools]
48-
packages = ["x2s3"]
49+
packages = ["x2s3"]

0 commit comments

Comments
 (0)