Skip to content

Commit c3ee93c

Browse files
build(pyproject.toml): add boto3 to proxy deps on pyproject
fix issue with running unit tests
1 parent daa6ac8 commit c3ee93c

File tree

2 files changed

+125
-66
lines changed

2 files changed

+125
-66
lines changed

poetry.lock

+122-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ google-cloud-kms = {version = "^2.21.3", optional = true}
5252
resend = {version = "^0.8.0", optional = true}
5353
pynacl = {version = "^1.5.0", optional = true}
5454
websockets = {version = "^13.1.0", optional = true}
55+
boto3 = {version = "1.34.34", optional = true}
5556

5657
[tool.poetry.extras]
5758
proxy = [
@@ -69,7 +70,8 @@ proxy = [
6970
"python-multipart",
7071
"cryptography",
7172
"pynacl",
72-
"websockets"
73+
"websockets",
74+
"boto3"
7375
]
7476

7577
extra_proxy = [

0 commit comments

Comments
 (0)