Skip to content

Commit 1132d33

Browse files
re-add tool.poetry.extras
1 parent 31bf38f commit 1132d33

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
@@ -7,7 +7,7 @@ authors = ["Datadog, Inc. <[email protected]>"]
77
[tool.poetry.dependencies]
88
datadog = ">=0.51.0,<1.0.0"
99
wrapt = "^1.11.2"
10-
ddtrace = "=3.19.1"
10+
ddtrace = ">=3.19.1,<4"
1111
ujson = ">=5.9.0"
1212

1313
[project]
@@ -46,6 +46,15 @@ classifiers = [
4646
]
4747

4848

49+
[tool.poetry.extras]
50+
dev = [
51+
"botocore",
52+
"flake8",
53+
"pytest",
54+
"pytest-benchmark",
55+
"requests",
56+
]
57+
4958
[project.optional-dependencies]
5059
dev = [
5160
"botocore>=1.34.0,<2",

0 commit comments

Comments
 (0)