redis>=4.0.0
pygeohash>=1.2.0

[all]
pydantic>=2.0.0
redis[sentinel]>=4.0.0
redis-py-cluster>=2.1.0

[cluster]
redis-py-cluster>=2.1.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0
types-redis>=4.0.0

[pydantic]
pydantic>=2.0.0

[sentinel]
redis[sentinel]>=4.0.0
