From 131b5f4f29e0880dc78a601b9bb1fd7731b2e237 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Thu, 22 Dec 2016 15:40:48 +0100 Subject: [PATCH] completed deps. --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22b38ab..d87f688 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,8 @@ setup( install_requires=[ 'rq', 'bottle', - 'sh' + 'sh', + 'redis', + 'python-iptables' ] )