Support both debian's and pypi's python-magic libraries, which are different...

This commit is contained in:
moparisthebest 2014-02-16 22:42:16 -05:00
parent 9fb006b567
commit 8e40b59c00
2 changed files with 9 additions and 4 deletions

View file

@ -19,6 +19,7 @@ setup(name='FDroidServer',
'fdroid-icon.png']),
],
install_requires=[
'python-magic',
'PIL',
],
classifiers=[