From: Daniel Martí Date: Mon, 17 Feb 2014 16:26:32 +0000 (+0100) Subject: Remove python-magic pip dep to avoid magic modules confusion X-Git-Tag: 0.2~263 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9fb006b567b0428a022eb489c422e8aa4641b238;p=fdroidserver.git 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. --- diff --git a/setup.py b/setup.py index 7bbec283..43a7afe0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,6 @@ setup(name='FDroidServer', 'fdroid-icon.png']), ], install_requires=[ - 'python-magic', 'PIL', ], classifiers=[