1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00
This commit is contained in:
Daniel Martí 2014-07-18 13:21:40 +02:00
commit 0283fa0aa6

View File

@ -30,7 +30,7 @@ setup(name='fdroidserver',
install_requires=[
'mwclient',
'paramiko',
'PIL',
'Pillow',
'python-magic',
'apache-libcloud >= 0.14.1',
],