From ee9010dc2344a0a474284f01a26a55f20d01142b Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Thu, 23 May 2019 08:03:37 +0200 Subject: [PATCH] add redis module to dependencies in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index feb26e6..3604f6d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Dependencies ------------ * PostgreSQL 9.4+ (with plpythonu extension and xml support) - * [PostGIS extension](http://postgis.net) + * [PostGIS extension](http://postgis.net) + * Python with Redis module (https://pypi.org/project/redis/) Install -------