Skip to content

Commit 72a6537

Browse files
committed
Optionally require boto3 again.
1 parent 3db64ea commit 72a6537

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,<4"
3232
ujson = ">=5.9.0"
33-
botocore = { version = "^1.34.0", optional = true }
33+
boto3 = { 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-
"botocore",
41+
"boto3",
4242
"flake8",
4343
"pytest",
4444
"pytest-benchmark",

0 commit comments

Comments
 (0)