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' ] )