chiark / gitweb /
Merge branch 'dont-use-sudo-brew' into 'master'
[fdroidserver.git] / setup.py
index 8e165d7acf92df8e37b250d3fb6f41f1cde8b884..85e61522d1bbb13b845839094f89a9f2aaa132dd 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ else:
     data_prefix = sys.prefix
 
 setup(name='fdroidserver',
-      version='0.3.0',
+      version='0.4.0',
       description='F-Droid Server Tools',
       long_description=open('README.md').read(),
       author='The F-Droid Project',
@@ -26,13 +26,14 @@ setup(name='fdroidserver',
                   'examples/opensc-fdroid.cfg',
                   'examples/fdroid-icon.png']),
       ],
-      install_requires=[  # should include 'python-magic' but its not strictly required
+      install_requires=[
           'mwclient',
           'paramiko',
           'Pillow',
           'apache-libcloud >= 0.14.1',
           'pyasn1',
           'pyasn1-modules',
+          'PyYAML',
           'requests',
       ],
       classifiers=[