Skip to content

Commit 0fa64dc

Browse files
optional dependencies in poetry
1 parent 1132d33 commit 0fa64dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ datadog = ">=0.51.0,<1.0.0"
99
wrapt = "^1.11.2"
1010
ddtrace = ">=3.19.1,<4"
1111
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 }
1217

1318
[project]
1419
name = "datadog_lambda"

0 commit comments

Comments
 (0)