From 9fb006b567b0428a022eb489c422e8aa4641b238 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Mon, 17 Feb 2014 17:26:32 +0100 Subject: [PATCH] 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. --- setup.py | 1 - 1 file changed, 1 deletion(-) 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=[ -- 2.30.2