Files
redis/pyproject.toml
T
2026-08-10 23:00:50 -04:00

16 lines
364 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "redis_store"
version = "1.1.0"
description = "async redis wrapper over redis-py asyncio with a raw escape hatch, fail-loud and config-free"
requires-python = ">=3.10"
dependencies = [
"redis>=5.0.1",
]
[tool.hatch.build.targets.wheel]
packages = ["src/redis_store"]