Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 2m23s
17 lines
287 B
TOML
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",
|
|
]
|