diff --git a/setup.py b/setup.py index 2ea13f8c..9c771d30 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,11 @@ setup(name='fdroidserver', ('fdroidserver/getsig', ['fdroidserver/getsig/getsig.class']) ], install_requires=[ - 'python-magic', + 'mwclient', + 'paramiko', 'PIL', + 'python-magic', + 'ssh', ], classifiers=[ 'Development Status :: 3 - Alpha',