Files
signoz/pyproject.toml
yoshino-s ea9fdddd18
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 2m23s
init
2025-05-09 13:28:52 +08:00

17 lines
287 B
TOML

[project]
name = "signoz"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.115.12",
"uvicorn>=0.34.2",
]
[dependency-groups]
dev = [
"pre-commit>=4.2.0",
"ruff>=0.11.8",
]