We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219b92d commit 89326d9Copy full SHA for 89326d9
pyproject.toml
@@ -10,6 +10,15 @@ dependencies = [
10
"ujson>=5.9.0",
11
]
12
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
+
22
[tool.poetry]
23
name = "datadog_lambda"
24
version = "8.123.0.dev0"
@@ -66,4 +75,4 @@ requires = ["poetry-core>=1.0.0"]
66
75
build-backend = "poetry.core.masonry.api"
67
76
68
77
[tool.pytest.ini_options]
69
-addopts = "--benchmark-disable --benchmark-autosave"
78
+addopts = "--benchmark-disable --benchmark-autosave"
0 commit comments