chiark / gitweb /
setup.py: include 'ssh' and 'mwclient' as required libraries
authorHans-Christoph Steiner <hans@eds.org>
Wed, 2 Apr 2014 22:12:40 +0000 (18:12 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 2 Apr 2014 23:49:02 +0000 (19:49 -0400)
setup.py

index 2ea13f8c57127b97c2354b367fba85aa2f93e33c..9c771d306b11b37d1dfc7c70b849512455fdbf91 100644 (file)
--- 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',