Skip to content

Commit d3a15c0

Browse files
eli-507 remove botocore dependency
1 parent faed1f6 commit d3a15c0

File tree

2 files changed

+10
-61
lines changed

2 files changed

+10
-61
lines changed

poetry.lock

Lines changed: 8 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ build-backend = "poetry.core.masonry.api"
2121

2222
[tool.poetry.dependencies]
2323
python = "^3.13"
24-
flask = {extras = ["async"], version = "^3.1.1"}
2524
httpx = "^0.28.1"
2625
yarl = "^1.18.3"
2726
pydantic = "^2.12.3"
2827
asgiref = "^3.9.1"
29-
boto3 = "^1.40.57"
30-
botocore = "^1.40.57"
3128
eval-type-backport = "^0.2.2"
3229
mangum = "^0.19.0"
3330
wireup = "^2.1.0"
@@ -38,6 +35,8 @@ pyhamcrest = "^2.1.0"
3835
aws-xray-sdk = "2.14.0"
3936

4037
[tool.poetry.group.dev.dependencies]
38+
boto3 = "^1.40.57"
39+
botocore = "^1.40.57"
4140
ruff = "^0.11.13"
4241
docopt = "^0.6.2"
4342
jsonpath-rw = "^1.4.0"

0 commit comments

Comments
 (0)