chiark / gitweb /
makebuildserver: use original names for downloaded SDK components
[fdroidserver.git] / setup.py
index ff89f524d09d20cadc1d22039737368ede464ff9..da4fdba5d0411713f7b25644948e43ec4089a373 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 
 from setuptools import setup
 import sys
@@ -27,6 +27,8 @@ setup(name='fdroidserver',
                   'examples/fdroid-icon.png']),
       ],
       install_requires=[
+          'clint',
+          'GitPython',
           'mwclient',
           'paramiko',
           'Pillow',
@@ -39,7 +41,7 @@ setup(name='fdroidserver',
       classifiers=[
           'Development Status :: 3 - Alpha',
           'Intended Audience :: Developers',
-          'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)'
+          'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
           'Operating System :: POSIX',
           'Topic :: Utilities',
       ],