Skip to content

Commit 83cfa6e

Browse files
reducing diff
1 parent 6f71cfc commit 83cfa6e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

pyproject.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ version = "8.121.0.dev0"
44
description = "The Datadog AWS Lambda Library"
55
authors = ["Datadog, Inc. <[email protected]>"]
66

7-
[tool.poetry.dependencies]
8-
datadog = ">=0.51.0,<1.0.0"
9-
wrapt = "^1.11.2"
10-
ddtrace = ">=3.19.1,<4"
11-
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 }
17-
187
[project]
198
name = "datadog_lambda"
209
version = "8.121.0.dev0"
@@ -50,6 +39,16 @@ classifiers = [
5039
"Programming Language :: Python :: 3.14",
5140
]
5241

42+
[tool.poetry.dependencies]
43+
datadog = ">=0.51.0,<1.0.0"
44+
wrapt = "^1.11.2"
45+
ddtrace = ">=3.19.1,<4"
46+
ujson = ">=5.9.0"
47+
botocore = { version = "^1.34.0", optional = true }
48+
requests = { version ="^2.22.0", optional = true }
49+
pytest = { version= "^8.0.0", optional = true }
50+
pytest-benchmark = { version = "^4.0", optional = true }
51+
flake8 = { version = "^5.0.4", optional = true }
5352

5453
[tool.poetry.extras]
5554
dev = [

0 commit comments

Comments
 (0)