We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db64ea commit 72a6537Copy full SHA for 72a6537
pyproject.toml
@@ -30,15 +30,15 @@ datadog = ">=0.51.0,<1.0.0"
30
wrapt = "^1.11.2"
31
ddtrace = ">=2.20.0,<4"
32
ujson = ">=5.9.0"
33
-botocore = { version = "^1.34.0", optional = true }
+boto3 = { version = "^1.34.0", optional = true }
34
requests = { version ="^2.22.0", optional = true }
35
pytest = { version= "^8.0.0", optional = true }
36
pytest-benchmark = { version = "^4.0", optional = true }
37
flake8 = { version = "^5.0.4", optional = true }
38
39
[tool.poetry.extras]
40
dev = [
41
- "botocore",
+ "boto3",
42
"flake8",
43
"pytest",
44
"pytest-benchmark",
0 commit comments