Skip to content

Commit d132c42

Browse files
committed
Require only botocore (optionally).
1 parent 52df7b1 commit d132c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ datadog = ">=0.51.0,<1.0.0"
3030
wrapt = "^1.11.2"
3131
ddtrace = ">=2.20.0"
3232
ujson = ">=5.9.0"
33-
boto3 = { version = "^1.34.0", optional = true }
33+
botocore = { version = "^1.34.0", optional = true }
3434
requests = { version ="^2.22.0", optional = true }
3535
pytest = { version= "^8.0.0", optional = true }
3636
pytest-benchmark = { version = "^4.0", optional = true }
3737
flake8 = { version = "^5.0.4", optional = true }
3838

3939
[tool.poetry.extras]
4040
dev = [
41-
"boto3",
41+
"botocore",
4242
"flake8",
4343
"pytest",
4444
"pytest-benchmark",

0 commit comments

Comments
 (0)