We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1132d33 commit 0fa64dcCopy full SHA for 0fa64dc
1 file changed
pyproject.toml
@@ -9,6 +9,11 @@ datadog = ">=0.51.0,<1.0.0"
9
wrapt = "^1.11.2"
10
ddtrace = ">=3.19.1,<4"
11
ujson = ">=5.9.0"
12
+botocore = { version = "^1.34.0", optional = true }
13
+requests = { version ="^2.22.0", optional = true }
14
+pytest = { version= "^8.0.0", optional = true }
15
+pytest-benchmark = { version = "^4.0", optional = true }
16
+flake8 = { version = "^5.0.4", optional = true }
17
18
[project]
19
name = "datadog_lambda"
0 commit comments