diff --git a/requirements.txt b/requirements.txt
index ea667eb9d92fa5f7855ca9f376c17a27a22e1686..9d2440c74c133be6ad934a9d78f3bb2df2bd1bfe 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,5 +4,6 @@ pysnmp
 jsonschema
 paramiko
 flask
+redis
 
 pytest
diff --git a/setup.py b/setup.py
index 65e429b28e1424c732fa1a447ed49e7ee09e7cbc..df1c056a7d1475714452ca99c30bbdb821a5af7b 100644
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,7 @@ setup(
         'pysnmp',
         'jsonschema',
         'paramiko',
-        'flask'
+        'flask',
+        'redis'
     ]
 )