We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85a743c + 078b138 commit 2f51ec1Copy full SHA for 2f51ec1
pyproject.toml
@@ -25,6 +25,7 @@ dependencies = [
25
"loguru >=0.7",
26
"pydantic >=2.11",
27
"pydantic-settings >=2.9",
28
+ "pydantic-settings-yaml >=0.2.0",
29
"python-dateutil >=2.9",
30
"pytest >=8.3",
31
"starlette >=0.46",
@@ -45,4 +46,4 @@ Homepage = "https://github.com/JaneliaSciComp/x2s3"
45
46
Repository = "https://github.com/JaneliaSciComp/x2s3"
47
48
[tool.setuptools]
-packages = ["x2s3"]
49
+packages = ["x2s3"]
requirements.txt
0 commit comments