predixy/pyproject.toml
2026-01-15 11:07:36 +01:00

10 lines
239 B
TOML

[project]
name = "predixy"
version = "1.0.0"
description = "A high performance and fully featured proxy for redis sentinel and redis cluster"
requires-python = ">=3.8,<3.14"
dependencies = [
"redis>=5.0.0,<8.0.0",
"ruff>=0.5.0",
]