completed deps.

This commit is contained in:
Stefan Midjich 2016-12-22 15:40:48 +01:00
parent 6b90597889
commit 131b5f4f29

View file

@ -9,6 +9,8 @@ setup(
install_requires=[
'rq',
'bottle',
'sh'
'sh',
'redis',
'python-iptables'
]
)