We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c36e9a commit 219b92dCopy full SHA for 219b92d
pyproject.toml
@@ -1,3 +1,15 @@
1
+[project]
2
+name = "datadog_lambda"
3
+version = "8.123.0.dev0"
4
+requires-python = ">=3.8.0,<4"
5
+dependencies = [
6
+ "datadog>=0.51.0,<1.0.0",
7
+ "wrapt>=1.11.2,<2",
8
+ "ddtrace>=3.19.1,<4; python_version>='3.8' and python_version<'3.10'",
9
+ "ddtrace>=4.1.1,<5; python_version>='3.10'",
10
+ "ujson>=5.9.0",
11
+]
12
+
13
[tool.poetry]
14
name = "datadog_lambda"
15
version = "8.123.0.dev0"
0 commit comments