Skip to content

Commit 6ce826e

Browse files
whummerclaude
andcommitted
Add localstack to utils runtime dependencies
The utils package imports from localstack at runtime (docker.py), so it must be a runtime dependency, not just a dev/test extra. Without this, installing utils via git ref in CI fails with ModuleNotFoundError. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa0f270 commit 6ce826e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies = [
1818
"hpack",
1919
"httpx",
2020
"hyperframe",
21+
"localstack",
2122
"priority",
2223
"requests",
2324
"rolo",
@@ -32,15 +33,13 @@ dev = [
3233
"boto3",
3334
"build",
3435
"jsonpatch",
35-
"localstack",
3636
"pytest",
3737
"ruff",
3838
]
3939
test = [
4040
"grpcio>=1.60.0",
4141
"grpcio-tools>=1.60.0",
4242
"jsonpatch",
43-
"localstack",
4443
"pytest>=7.0",
4544
"pytest-timeout>=2.0",
4645
]

0 commit comments

Comments
 (0)