mirror of
https://github.com/joyieldInc/predixy.git
synced 2026-02-05 01:42:24 +08:00
10 lines
239 B
TOML
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",
|
|
]
|