Skip to content

Commit 2f51ec1

Browse files
authored
Merge pull request #8 from JaneliaSciComp/fix-missing-deps
Fix missing deps
2 parents 85a743c + 078b138 commit 2f51ec1

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
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"]

requirements.txt

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)