1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Remove python-magic pip dep to avoid magic modules confusion

We use the one from the 'file' package, not the standalone one found on PIP.
This commit is contained in:
Daniel Martí 2014-02-17 17:26:32 +01:00
parent b752aff8ed
commit 9fb006b567

View File

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