-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 871 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (29 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[project]
name = "pytracekit"
version = "0.1.1"
description = "Distributed tracing made easy for python"
authors = [
{name = "Himanshu Barak", email = "himanshu.barak12@gmail.com"},
]
dependencies = [
"opentelemetry-api>=1.23.0",
"opentelemetry-sdk>=1.23.0",
"opentelemetry-instrumentation-fastapi>=0.44b0",
"opentelemetry-instrumentation-pymongo>=0.44b0",
"opentelemetry-instrumentation-redis>=0.44b0",
"opentelemetry-exporter-otlp>=1.23.0",
"opentelemetry-instrumentation-requests>=0.44b0",
"redis>=5.0.3",
"pymongo>=4.6.3",
"opentelemetry-instrumentation-flask>=0.44b0",
"opentelemetry-instrumentation-falcon>=0.44b0",
"pytest>=8.1.1",
]
requires-python = ">=3.9"
readme = "README.md"
license = {text = "MIT"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true