From 6a349e83c00d25e7e43f19e3d9092ce219016120 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 12 Jan 2021 13:45:02 -0800 Subject: [PATCH] Link to redis.io and bump Python requirement to 3.5+ --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ea4b003..a148bf0 100644 --- a/README.rst +++ b/README.rst @@ -50,8 +50,8 @@ This means that even if someone has access to the Redis store, the passwords are Requirements ------------ -* Redis -* Python 2.7+ or 3.4+ (both included) +* [Redis](https://redis.io/) +* Python 2.7+ or 3.5+ Installation ------------