Skip to content

Commit 89326d9

Browse files
committed
optional deps
1 parent 219b92d commit 89326d9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ dependencies = [
1010
"ujson>=5.9.0",
1111
]
1212

13+
[project.optional-dependencies]
14+
dev = [
15+
"botocore>=1.34.0,<2",
16+
"requests>=2.22.0,<3",
17+
"pytest>=8.0.0,<9",
18+
"pytest-benchmark>=4.0,<5",
19+
"flake8>=5.0.4,<6",
20+
]
21+
1322
[tool.poetry]
1423
name = "datadog_lambda"
1524
version = "8.123.0.dev0"
@@ -66,4 +75,4 @@ requires = ["poetry-core>=1.0.0"]
6675
build-backend = "poetry.core.masonry.api"
6776

6877
[tool.pytest.ini_options]
69-
addopts = "--benchmark-disable --benchmark-autosave"
78+
addopts = "--benchmark-disable --benchmark-autosave"

0 commit comments

Comments
 (0)