We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bf38f commit 1132d33Copy full SHA for 1132d33
pyproject.toml
@@ -7,7 +7,7 @@ authors = ["Datadog, Inc. <[email protected]>"]
7
[tool.poetry.dependencies]
8
datadog = ">=0.51.0,<1.0.0"
9
wrapt = "^1.11.2"
10
-ddtrace = "=3.19.1"
+ddtrace = ">=3.19.1,<4"
11
ujson = ">=5.9.0"
12
13
[project]
@@ -46,6 +46,15 @@ classifiers = [
46
]
47
48
49
+[tool.poetry.extras]
50
+dev = [
51
+ "botocore",
52
+ "flake8",
53
+ "pytest",
54
+ "pytest-benchmark",
55
+ "requests",
56
+]
57
+
58
[project.optional-dependencies]
59
dev = [
60
"botocore>=1.34.0,<2",
0 commit comments